Html Css Color HEX #A023C1 Dark Orchid

📋 copy color: '#A023C1'

red 160 ◦ green 35 ◦ blue 193

#A023C1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #A023C1

Tints of Dark Orchid #A023C1

RGB

 RED value IS 160 (62.89% from 255) = 41.24%

 GREEN value IS 35 (14.06% from 255) = 9.02%

 BLUE value IS 193 (75.78% from 255) = 49.74%

R = 41.24%
G = 9.02%
B = 49.74%

CMYK

 C value IS 0.17

 M value IS 0.82

 Y value IS 0

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A023C1 (or 0xA023C1) is known color: Dark Orchid. HEX triplet: A0, 23 and C1. RGB value is (160,35,193). Sum of RGB (Red+Green+Blue) = 160+35+193=388 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.24% from 388); Green value is 35 (14.06% from 255 or 9.02% from 388); Blue value is 193 (75.78% from 255 or 49.74% from 388); Max value from RGB is 193 - color contains mainly: blue. Hex color #A023C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A023C1 is #5FDC3E. Grayscale: #595959. Windows color (decimal): -6282303 or 12657568. OLE color: 12657568.

HSL color Cylindrical-coordinate representation of color #A023C1: hue angle of 287.47º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A023C1 is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 160 35 193 -
CMYK 0.17 0.82 0 0.24
HSL 287.47º 0.69% 0.45% -
HSV(B) 287.47º 0.82% 0.76% -
XYZ 24.72 12.53 51.57 -
YUV 90.39 185.91 177.65 -
System Red Green Blue C M Y K H S L
Decimal 160 35 193 0.17 0.82 0 0.24 287.47 0.69 0.45
Hex A0 23 C1 11 52 0 18 11F 45 2D
Octal 240 43 301 21 122 0 30 437 105 55
Binary 10100000 100011 11000001 10001 1010010 0 11000 100011111 1000101 101101

Color Harmonies of #A023C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A023C1

Black with #A023C1

Text Example


Text Example

White with #A023C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A023C1; }

 p { color: rgb(160,35,193); }

 H1.HeaderClassName
 {
   color: #A023C1;
 }
 .AnyTagClassName
 {
   color: #A023C1;
 }
</style>

background-color css

<style>
 a { background-color: #A023C1; }

 a { background-color: rgb(160,35,193); }

 div.DivClassName
 {
   background-color: #A023C1;
 }
 .BgClassName
 {
   background-color: #A023C1;
 }
</style>

border-color css

<style>
 span { border-color: #A023C1; }

 span { border-color: rgb(160,35,193); }

 td.TdClassName
 {
   border-color: #A023C1;
 }
 .TagClassName
 {
   border-color: #A023C1;
 }
</style>