Html Css Color HEX #A02BCB Dark Orchid

📋 copy color: '#A02BCB'

red 160 ◦ green 43 ◦ blue 203

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

Shades of Dark Orchid #A02BCB

Tints of Dark Orchid #A02BCB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.59%

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

R = 39.41%
G = 10.59%
B = 50%

CMYK

 C value IS 0.21

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A02BCB (or 0xA02BCB) is known color: Dark Orchid. HEX triplet: A0, 2B and CB. RGB value is (160,43,203). Sum of RGB (Red+Green+Blue) = 160+43+203=406 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.41% from 406); Green value is 43 (17.19% from 255 or 10.59% from 406); Blue value is 203 (79.69% from 255 or 50% from 406); Max value from RGB is 203 - color contains mainly: blue. Hex color #A02BCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A02BCB is #5FD434. Grayscale: #5F5F5F. Windows color (decimal): -6280245 or 13314976. OLE color: 13314976.

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

Color convert

RGB 160 43 203 -
CMYK 0.21 0.79 0 0.20
HSL 283.88º 0.65% 0.48% -
HSV(B) 283.88º 0.79% 0.8% -
XYZ 26.14 13.51 57.73 -
YUV 96.22 188.26 173.49 -
System Red Green Blue C M Y K H S L
Decimal 160 43 203 0.21 0.79 0 0.20 283.88 0.65 0.48
Hex A0 2B CB 15 4F 0 14 11C 41 30
Octal 240 53 313 25 117 0 24 434 101 60
Binary 10100000 101011 11001011 10101 1001111 0 10100 100011100 1000001 110000

Color Harmonies of #A02BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02BCB

Black with #A02BCB

Text Example


Text Example

White with #A02BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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