Html Css Color HEX #A03FBC Dark Orchid

📋 copy color: '#A03FBC'

red 160 ◦ green 63 ◦ blue 188

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

Shades of Dark Orchid #A03FBC

Tints of Dark Orchid #A03FBC

RGB

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

 GREEN value IS 63 (25% from 255) = 15.33%

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

R = 38.93%
G = 15.33%
B = 45.74%

CMYK

 C value IS 0.15

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A03FBC (or 0xA03FBC) is known color: Dark Orchid. HEX triplet: A0, 3F and BC. RGB value is (160,63,188). Sum of RGB (Red+Green+Blue) = 160+63+188=411 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.93% from 411); Green value is 63 (25% from 255 or 15.33% from 411); Blue value is 188 (73.83% from 255 or 45.74% from 411); Max value from RGB is 188 - color contains mainly: blue. Hex color #A03FBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A03FBC is #5FC043. Grayscale: #696969. Windows color (decimal): -6275140 or 12337056. OLE color: 12337056.

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

Color convert

RGB 160 63 188 -
CMYK 0.15 0.66 0 0.26
HSL 286.56º 0.5% 0.49% -
HSV(B) 286.56º 0.66% 0.74% -
XYZ 25.35 14.66 49.07 -
YUV 106.25 174.14 166.34 -
System Red Green Blue C M Y K H S L
Decimal 160 63 188 0.15 0.66 0 0.26 286.56 0.5 0.49
Hex A0 3F BC F 42 0 1A 11F 32 31
Octal 240 77 274 17 102 0 32 437 62 61
Binary 10100000 111111 10111100 1111 1000010 0 11010 100011111 110010 110001

Color Harmonies of #A03FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03FBC

Black with #A03FBC

Text Example


Text Example

White with #A03FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03FBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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