Html Css Color HEX #A02FBC Dark Orchid

📋 copy color: '#A02FBC'

red 160 ◦ green 47 ◦ blue 188

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

Shades of Dark Orchid #A02FBC

Tints of Dark Orchid #A02FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.59%

R = 40.51%
G = 11.9%
B = 47.59%

CMYK

 C value IS 0.15

 M value IS 0.75

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A02FBC (or 0xA02FBC) is known color: Dark Orchid. HEX triplet: A0, 2F and BC. RGB value is (160,47,188). Sum of RGB (Red+Green+Blue) = 160+47+188=395 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.51% from 395); Green value is 47 (18.75% from 255 or 11.90% from 395); Blue value is 188 (73.83% from 255 or 47.59% from 395); Max value from RGB is 188 - color contains mainly: blue. Hex color #A02FBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A02FBC is #5FD043. Grayscale: #606060. Windows color (decimal): -6279236 or 12332960. OLE color: 12332960.

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

Color convert

RGB 160 47 188 -
CMYK 0.15 0.75 0 0.26
HSL 288.09º 0.6% 0.46% -
HSV(B) 288.09º 0.75% 0.74% -
XYZ 24.59 13.14 48.82 -
YUV 96.86 179.44 173.04 -
System Red Green Blue C M Y K H S L
Decimal 160 47 188 0.15 0.75 0 0.26 288.09 0.6 0.46
Hex A0 2F BC F 4B 0 1A 120 3C 2E
Octal 240 57 274 17 113 0 32 440 74 56
Binary 10100000 101111 10111100 1111 1001011 0 11010 100100000 111100 101110

Color Harmonies of #A02FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02FBC

Black with #A02FBC

Text Example


Text Example

White with #A02FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02FBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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