Html Css Color HEX #A02BCE Dark Orchid

📋 copy color: '#A02BCE'

red 160 ◦ green 43 ◦ blue 206

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

Shades of Dark Orchid #A02BCE

Tints of Dark Orchid #A02BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.37%

R = 39.12%
G = 10.51%
B = 50.37%

CMYK

 C value IS 0.22

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A02BCE (or 0xA02BCE) is known color: Dark Orchid. HEX triplet: A0, 2B and CE. RGB value is (160,43,206). Sum of RGB (Red+Green+Blue) = 160+43+206=409 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.12% from 409); Green value is 43 (17.19% from 255 or 10.51% from 409); Blue value is 206 (80.86% from 255 or 50.37% from 409); Max value from RGB is 206 - color contains mainly: blue. Hex color #A02BCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A02BCE is #5FD431. Grayscale: #606060. Windows color (decimal): -6280242 or 13511584. OLE color: 13511584.

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

Color convert

RGB 160 43 206 -
CMYK 0.22 0.79 0 0.19
HSL 283.07º 0.65% 0.49% -
HSV(B) 283.07º 0.79% 0.81% -
XYZ 26.5 13.66 59.63 -
YUV 96.57 189.76 173.25 -
System Red Green Blue C M Y K H S L
Decimal 160 43 206 0.22 0.79 0 0.19 283.07 0.65 0.49
Hex A0 2B CE 16 4F 0 13 11B 41 31
Octal 240 53 316 26 117 0 23 433 101 61
Binary 10100000 101011 11001110 10110 1001111 0 10011 100011011 1000001 110001

Color Harmonies of #A02BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02BCE

Black with #A02BCE

Text Example


Text Example

White with #A02BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02BCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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