Html Css Color HEX #A02CDF Dark Orchid

📋 copy color: '#A02CDF'

red 160 ◦ green 44 ◦ blue 223

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

Shades of Dark Orchid #A02CDF

Tints of Dark Orchid #A02CDF

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.3%

 BLUE value IS 223 (87.5% from 255) = 52.22%

R = 37.47%
G = 10.3%
B = 52.22%

CMYK

 C value IS 0.28

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A02CDF (or 0xA02CDF) is known color: Dark Orchid. HEX triplet: A0, 2C and DF. RGB value is (160,44,223). Sum of RGB (Red+Green+Blue) = 160+44+223=427 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.47% from 427); Green value is 44 (17.58% from 255 or 10.30% from 427); Blue value is 223 (87.5% from 255 or 52.22% from 427); Max value from RGB is 223 - color contains mainly: blue. Hex color #A02CDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A02CDF is #5FD320. Grayscale: #626262. Windows color (decimal): -6279969 or 14625952. OLE color: 14625952.

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

Color convert

RGB 160 44 223 -
CMYK 0.28 0.80 0 0.13
HSL 278.88º 0.74% 0.52% -
HSV(B) 278.88º 0.8% 0.87% -
XYZ 28.72 14.6 71.12 -
YUV 99.09 197.93 171.45 -
System Red Green Blue C M Y K H S L
Decimal 160 44 223 0.28 0.80 0 0.13 278.88 0.74 0.52
Hex A0 2C DF 1C 50 0 D 117 4A 34
Octal 240 54 337 34 120 0 15 427 112 64
Binary 10100000 101100 11011111 11100 1010000 0 1101 100010111 1001010 110100

Color Harmonies of #A02CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02CDF

Black with #A02CDF

Text Example


Text Example

White with #A02CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02CDF; }

 p { color: rgb(160,44,223); }

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

background-color css

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

 a { background-color: rgb(160,44,223); }

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

border-color css

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

 span { border-color: rgb(160,44,223); }

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