Html Css Color HEX #A02BBA Dark Orchid

📋 copy color: '#A02BBA'

red 160 ◦ green 43 ◦ blue 186

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

Shades of Dark Orchid #A02BBA

Tints of Dark Orchid #A02BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.81%

R = 41.13%
G = 11.05%
B = 47.81%

CMYK

 C value IS 0.14

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A02BBA (or 0xA02BBA) is known color: Dark Orchid. HEX triplet: A0, 2B and BA. RGB value is (160,43,186). Sum of RGB (Red+Green+Blue) = 160+43+186=389 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.13% from 389); Green value is 43 (17.19% from 255 or 11.05% from 389); Blue value is 186 (73.05% from 255 or 47.81% from 389); Max value from RGB is 186 - color contains mainly: blue. Hex color #A02BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A02BBA is #5FD445. Grayscale: #5D5D5D. Windows color (decimal): -6280262 or 12200864. OLE color: 12200864.

HSL color Cylindrical-coordinate representation of color #A02BBA: hue angle of 289.09º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A02BBA is Cyan = 0.14, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 160 43 186 -
CMYK 0.14 0.77 0 0.27
HSL 289.09º 0.62% 0.45% -
HSV(B) 289.09º 0.77% 0.73% -
XYZ 24.22 12.75 47.64 -
YUV 94.29 179.76 174.87 -
System Red Green Blue C M Y K H S L
Decimal 160 43 186 0.14 0.77 0 0.27 289.09 0.62 0.45
Hex A0 2B BA E 4D 0 1B 121 3E 2D
Octal 240 53 272 16 115 0 33 441 76 55
Binary 10100000 101011 10111010 1110 1001101 0 11011 100100001 111110 101101

Color Harmonies of #A02BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02BBA

Black with #A02BBA

Text Example


Text Example

White with #A02BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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