Html Css Color HEX #A02BB7 Dark Orchid

📋 copy color: '#A02BB7'

red 160 ◦ green 43 ◦ blue 183

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

Shades of Dark Orchid #A02BB7

Tints of Dark Orchid #A02BB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 47.41%

R = 41.45%
G = 11.14%
B = 47.41%

CMYK

 C value IS 0.13

 M value IS 0.77

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A02BB7 (or 0xA02BB7) is known color: Dark Orchid. HEX triplet: A0, 2B and B7. RGB value is (160,43,183). Sum of RGB (Red+Green+Blue) = 160+43+183=386 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.45% from 386); Green value is 43 (17.19% from 255 or 11.14% from 386); Blue value is 183 (71.88% from 255 or 47.41% from 386); Max value from RGB is 183 - color contains mainly: blue. Hex color #A02BB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A02BB7 is #5FD448. Grayscale: #5D5D5D. Windows color (decimal): -6280265 or 12004256. OLE color: 12004256.

HSL color Cylindrical-coordinate representation of color #A02BB7: hue angle of 290.14º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A02BB7 is Cyan = 0.13, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 160 43 183 -
CMYK 0.13 0.77 0 0.28
HSL 290.14º 0.62% 0.44% -
HSV(B) 290.14º 0.77% 0.72% -
XYZ 23.91 12.62 45.98 -
YUV 93.94 178.26 175.12 -
System Red Green Blue C M Y K H S L
Decimal 160 43 183 0.13 0.77 0 0.28 290.14 0.62 0.44
Hex A0 2B B7 D 4D 0 1C 122 3E 2C
Octal 240 53 267 15 115 0 34 442 76 54
Binary 10100000 101011 10110111 1101 1001101 0 11100 100100010 111110 101100

Color Harmonies of #A02BB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02BB7

Black with #A02BB7

Text Example


Text Example

White with #A02BB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02BB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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