Html Css Color HEX #A02FBA Dark Orchid

📋 copy color: '#A02FBA'

red 160 ◦ green 47 ◦ blue 186

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

Shades of Dark Orchid #A02FBA

Tints of Dark Orchid #A02FBA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.96%

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

R = 40.71%
G = 11.96%
B = 47.33%

CMYK

 C value IS 0.14

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A02FBA (or 0xA02FBA) is known color: Dark Orchid. HEX triplet: A0, 2F and BA. RGB value is (160,47,186). Sum of RGB (Red+Green+Blue) = 160+47+186=393 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.71% from 393); Green value is 47 (18.75% from 255 or 11.96% from 393); Blue value is 186 (73.05% from 255 or 47.33% from 393); Max value from RGB is 186 - color contains mainly: blue. Hex color #A02FBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A02FBA is #5FD045. Grayscale: #606060. Windows color (decimal): -6279238 or 12201888. OLE color: 12201888.

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

Color convert

RGB 160 47 186 -
CMYK 0.14 0.75 0 0.27
HSL 288.78º 0.6% 0.46% -
HSV(B) 288.78º 0.75% 0.73% -
XYZ 24.38 13.05 47.69 -
YUV 96.63 178.44 173.2 -
System Red Green Blue C M Y K H S L
Decimal 160 47 186 0.14 0.75 0 0.27 288.78 0.6 0.46
Hex A0 2F BA E 4B 0 1B 121 3C 2E
Octal 240 57 272 16 113 0 33 441 74 56
Binary 10100000 101111 10111010 1110 1001011 0 11011 100100001 111100 101110

Color Harmonies of #A02FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02FBA

Black with #A02FBA

Text Example


Text Example

White with #A02FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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