Html Css Color HEX #A02FCB Dark Orchid

📋 copy color: '#A02FCB'

red 160 ◦ green 47 ◦ blue 203

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

Shades of Dark Orchid #A02FCB

Tints of Dark Orchid #A02FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 49.51%

R = 39.02%
G = 11.46%
B = 49.51%

CMYK

 C value IS 0.21

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A02FCB (or 0xA02FCB) is known color: Dark Orchid. HEX triplet: A0, 2F and CB. RGB value is (160,47,203). Sum of RGB (Red+Green+Blue) = 160+47+203=410 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.02% from 410); Green value is 47 (18.75% from 255 or 11.46% from 410); Blue value is 203 (79.69% from 255 or 49.51% from 410); Max value from RGB is 203 - color contains mainly: blue. Hex color #A02FCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A02FCB is #5FD034. Grayscale: #626262. Windows color (decimal): -6279221 or 13316000. OLE color: 13316000.

HSL color Cylindrical-coordinate representation of color #A02FCB: hue angle of 283.46º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A02FCB is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 160 47 203 -
CMYK 0.21 0.77 0 0.20
HSL 283.46º 0.62% 0.49% -
HSV(B) 283.46º 0.77% 0.8% -
XYZ 26.29 13.82 57.78 -
YUV 98.57 186.94 171.82 -
System Red Green Blue C M Y K H S L
Decimal 160 47 203 0.21 0.77 0 0.20 283.46 0.62 0.49
Hex A0 2F CB 15 4D 0 14 11B 3E 31
Octal 240 57 313 25 115 0 24 433 76 61
Binary 10100000 101111 11001011 10101 1001101 0 10100 100011011 111110 110001

Color Harmonies of #A02FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02FCB

Black with #A02FCB

Text Example


Text Example

White with #A02FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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