Html Css Color HEX #A01CDE Dark Orchid

📋 copy color: '#A01CDE'

red 160 ◦ green 28 ◦ blue 222

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

Shades of Dark Orchid #A01CDE

Tints of Dark Orchid #A01CDE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.83%

 BLUE value IS 222 (87.11% from 255) = 54.15%

R = 39.02%
G = 6.83%
B = 54.15%

CMYK

 C value IS 0.28

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A01CDE (or 0xA01CDE) is known color: Dark Orchid. HEX triplet: A0, 1C and DE. RGB value is (160,28,222). Sum of RGB (Red+Green+Blue) = 160+28+222=410 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.02% from 410); Green value is 28 (11.33% from 255 or 6.83% from 410); Blue value is 222 (87.11% from 255 or 54.15% from 410); Max value from RGB is 222 - color contains mainly: blue. Hex color #A01CDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A01CDE is #5FE321. Grayscale: #585858. Windows color (decimal): -6284066 or 14556320. OLE color: 14556320.

HSL color Cylindrical-coordinate representation of color #A01CDE: hue angle of 280.82º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A01CDE is Cyan = 0.28, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 28 222 -
CMYK 0.28 0.87 0 0.13
HSL 280.82º 0.78% 0.49% -
HSV(B) 280.82º 0.87% 0.87% -
XYZ 28.1 13.58 70.25 -
YUV 89.58 202.73 178.23 -
System Red Green Blue C M Y K H S L
Decimal 160 28 222 0.28 0.87 0 0.13 280.82 0.78 0.49
Hex A0 1C DE 1C 57 0 D 119 4E 31
Octal 240 34 336 34 127 0 15 431 116 61
Binary 10100000 11100 11011110 11100 1010111 0 1101 100011001 1001110 110001

Color Harmonies of #A01CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01CDE

Black with #A01CDE

Text Example


Text Example

White with #A01CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01CDE; }

 p { color: rgb(160,28,222); }

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

background-color css

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

 a { background-color: rgb(160,28,222); }

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

border-color css

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

 span { border-color: rgb(160,28,222); }

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