Html Css Color HEX #A02DCF Dark Orchid

📋 copy color: '#A02DCF'

red 160 ◦ green 45 ◦ blue 207

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

Shades of Dark Orchid #A02DCF

Tints of Dark Orchid #A02DCF

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.92%

 BLUE value IS 207 (81.25% from 255) = 50.24%

R = 38.83%
G = 10.92%
B = 50.24%

CMYK

 C value IS 0.23

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A02DCF (or 0xA02DCF) is known color: Dark Orchid. HEX triplet: A0, 2D and CF. RGB value is (160,45,207). Sum of RGB (Red+Green+Blue) = 160+45+207=412 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.83% from 412); Green value is 45 (17.97% from 255 or 10.92% from 412); Blue value is 207 (81.25% from 255 or 50.24% from 412); Max value from RGB is 207 - color contains mainly: blue. Hex color #A02DCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A02DCF is #5FD230. Grayscale: #616161. Windows color (decimal): -6279729 or 13577632. OLE color: 13577632.

HSL color Cylindrical-coordinate representation of color #A02DCF: hue angle of 282.59º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A02DCF is Cyan = 0.23, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 45 207 -
CMYK 0.23 0.78 0 0.19
HSL 282.59º 0.64% 0.49% -
HSV(B) 282.59º 0.78% 0.81% -
XYZ 26.7 13.86 60.3 -
YUV 97.85 189.6 172.33 -
System Red Green Blue C M Y K H S L
Decimal 160 45 207 0.23 0.78 0 0.19 282.59 0.64 0.49
Hex A0 2D CF 17 4E 0 13 11B 40 31
Octal 240 55 317 27 116 0 23 433 100 61
Binary 10100000 101101 11001111 10111 1001110 0 10011 100011011 1000000 110001

Color Harmonies of #A02DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02DCF

Black with #A02DCF

Text Example


Text Example

White with #A02DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02DCF; }

 p { color: rgb(160,45,207); }

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

background-color css

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

 a { background-color: rgb(160,45,207); }

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

border-color css

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

 span { border-color: rgb(160,45,207); }

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