Html Css Color HEX #A03BBB Dark Orchid

📋 copy color: '#A03BBB'

red 160 ◦ green 59 ◦ blue 187

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

Shades of Dark Orchid #A03BBB

Tints of Dark Orchid #A03BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 46.06%

R = 39.41%
G = 14.53%
B = 46.06%

CMYK

 C value IS 0.14

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A03BBB (or 0xA03BBB) is known color: Dark Orchid. HEX triplet: A0, 3B and BB. RGB value is (160,59,187). Sum of RGB (Red+Green+Blue) = 160+59+187=406 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.41% from 406); Green value is 59 (23.44% from 255 or 14.53% from 406); Blue value is 187 (73.44% from 255 or 46.06% from 406); Max value from RGB is 187 - color contains mainly: blue. Hex color #A03BBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A03BBB is #5FC444. Grayscale: #676767. Windows color (decimal): -6276165 or 12270496. OLE color: 12270496.

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

Color convert

RGB 160 59 187 -
CMYK 0.14 0.68 0 0.27
HSL 287.34º 0.52% 0.48% -
HSV(B) 287.34º 0.68% 0.73% -
XYZ 25.03 14.19 48.43 -
YUV 103.79 174.96 168.09 -
System Red Green Blue C M Y K H S L
Decimal 160 59 187 0.14 0.68 0 0.27 287.34 0.52 0.48
Hex A0 3B BB E 44 0 1B 11F 34 30
Octal 240 73 273 16 104 0 33 437 64 60
Binary 10100000 111011 10111011 1110 1000100 0 11011 100011111 110100 110000

Color Harmonies of #A03BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03BBB

Black with #A03BBB

Text Example


Text Example

White with #A03BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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