Html Css Color HEX #A03BBF Dark Orchid

📋 copy color: '#A03BBF'

red 160 ◦ green 59 ◦ blue 191

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

Shades of Dark Orchid #A03BBF

Tints of Dark Orchid #A03BBF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.39%

 BLUE value IS 191 (75% from 255) = 46.59%

R = 39.02%
G = 14.39%
B = 46.59%

CMYK

 C value IS 0.16

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A03BBF (or 0xA03BBF) is known color: Dark Orchid. HEX triplet: A0, 3B and BF. RGB value is (160,59,191). Sum of RGB (Red+Green+Blue) = 160+59+191=410 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.02% from 410); Green value is 59 (23.44% from 255 or 14.39% from 410); Blue value is 191 (75% from 255 or 46.59% from 410); Max value from RGB is 191 - color contains mainly: blue. Hex color #A03BBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A03BBF is #5FC440. Grayscale: #676767. Windows color (decimal): -6276161 or 12532640. OLE color: 12532640.

HSL color Cylindrical-coordinate representation of color #A03BBF: hue angle of 285.91º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A03BBF is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 59 191 -
CMYK 0.16 0.69 0 0.25
HSL 285.91º 0.53% 0.49% -
HSV(B) 285.91º 0.69% 0.75% -
XYZ 25.47 14.36 50.72 -
YUV 104.25 176.96 167.77 -
System Red Green Blue C M Y K H S L
Decimal 160 59 191 0.16 0.69 0 0.25 285.91 0.53 0.49
Hex A0 3B BF 10 45 0 19 11E 35 31
Octal 240 73 277 20 105 0 31 436 65 61
Binary 10100000 111011 10111111 10000 1000101 0 11001 100011110 110101 110001

Color Harmonies of #A03BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03BBF

Black with #A03BBF

Text Example


Text Example

White with #A03BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03BBF; }

 p { color: rgb(160,59,191); }

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

background-color css

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

 a { background-color: rgb(160,59,191); }

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

border-color css

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

 span { border-color: rgb(160,59,191); }

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