Html Css Color HEX #A02BCD Dark Orchid

📋 copy color: '#A02BCD'

red 160 ◦ green 43 ◦ blue 205

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

Shades of Dark Orchid #A02BCD

Tints of Dark Orchid #A02BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 50.25%

R = 39.22%
G = 10.54%
B = 50.25%

CMYK

 C value IS 0.22

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A02BCD (or 0xA02BCD) is known color: Dark Orchid. HEX triplet: A0, 2B and CD. RGB value is (160,43,205). Sum of RGB (Red+Green+Blue) = 160+43+205=408 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.22% from 408); Green value is 43 (17.19% from 255 or 10.54% from 408); Blue value is 205 (80.47% from 255 or 50.25% from 408); Max value from RGB is 205 - color contains mainly: blue. Hex color #A02BCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A02BCD is #5FD432. Grayscale: #5F5F5F. Windows color (decimal): -6280243 or 13446048. OLE color: 13446048.

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

Color convert

RGB 160 43 205 -
CMYK 0.22 0.79 0 0.20
HSL 283.33º 0.65% 0.49% -
HSV(B) 283.33º 0.79% 0.8% -
XYZ 26.38 13.61 58.99 -
YUV 96.45 189.26 173.33 -
System Red Green Blue C M Y K H S L
Decimal 160 43 205 0.22 0.79 0 0.20 283.33 0.65 0.49
Hex A0 2B CD 16 4F 0 14 11B 41 31
Octal 240 53 315 26 117 0 24 433 101 61
Binary 10100000 101011 11001101 10110 1001111 0 10100 100011011 1000001 110001

Color Harmonies of #A02BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02BCD

Black with #A02BCD

Text Example


Text Example

White with #A02BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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