Html Css Color HEX #A02FCF Dark Orchid

📋 copy color: '#A02FCF'

red 160 ◦ green 47 ◦ blue 207

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

Shades of Dark Orchid #A02FCF

Tints of Dark Orchid #A02FCF

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.35%

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

R = 38.65%
G = 11.35%
B = 50%

CMYK

 C value IS 0.23

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A02FCF (or 0xA02FCF) is known color: Dark Orchid. HEX triplet: A0, 2F and CF. RGB value is (160,47,207). Sum of RGB (Red+Green+Blue) = 160+47+207=414 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.65% from 414); Green value is 47 (18.75% from 255 or 11.35% from 414); Blue value is 207 (81.25% from 255 or 50% from 414); Max value from RGB is 207 - color contains mainly: blue. Hex color #A02FCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A02FCF is #5FD030. Grayscale: #626262. Windows color (decimal): -6279217 or 13578144. OLE color: 13578144.

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

Color convert

RGB 160 47 207 -
CMYK 0.23 0.77 0 0.19
HSL 282.38º 0.63% 0.5% -
HSV(B) 282.38º 0.77% 0.81% -
XYZ 26.78 14.01 60.32 -
YUV 99.03 188.94 171.49 -
System Red Green Blue C M Y K H S L
Decimal 160 47 207 0.23 0.77 0 0.19 282.38 0.63 0.5
Hex A0 2F CF 17 4D 0 13 11A 3F 32
Octal 240 57 317 27 115 0 23 432 77 62
Binary 10100000 101111 11001111 10111 1001101 0 10011 100011010 111111 110010

Color Harmonies of #A02FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02FCF

Black with #A02FCF

Text Example


Text Example

White with #A02FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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