Html Css Color HEX #A03AB9 Dark Orchid

📋 copy color: '#A03AB9'

red 160 ◦ green 58 ◦ blue 185

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

Shades of Dark Orchid #A03AB9

Tints of Dark Orchid #A03AB9

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.39%

 BLUE value IS 185 (72.66% from 255) = 45.91%

R = 39.7%
G = 14.39%
B = 45.91%

CMYK

 C value IS 0.14

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A03AB9 (or 0xA03AB9) is known color: Dark Orchid. HEX triplet: A0, 3A and B9. RGB value is (160,58,185). Sum of RGB (Red+Green+Blue) = 160+58+185=403 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.70% from 403); Green value is 58 (23.05% from 255 or 14.39% from 403); Blue value is 185 (72.66% from 255 or 45.91% from 403); Max value from RGB is 185 - color contains mainly: blue. Hex color #A03AB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A03AB9 is #5FC546. Grayscale: #666666. Windows color (decimal): -6276423 or 12139168. OLE color: 12139168.

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

Color convert

RGB 160 58 185 -
CMYK 0.14 0.69 0 0.27
HSL 288.19º 0.52% 0.48% -
HSV(B) 288.19º 0.69% 0.73% -
XYZ 24.77 14 47.3 -
YUV 102.98 174.29 168.67 -
System Red Green Blue C M Y K H S L
Decimal 160 58 185 0.14 0.69 0 0.27 288.19 0.52 0.48
Hex A0 3A B9 E 45 0 1B 120 34 30
Octal 240 72 271 16 105 0 33 440 64 60
Binary 10100000 111010 10111001 1110 1000101 0 11011 100100000 110100 110000

Color Harmonies of #A03AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03AB9

Black with #A03AB9

Text Example


Text Example

White with #A03AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03AB9; }

 p { color: rgb(160,58,185); }

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

background-color css

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

 a { background-color: rgb(160,58,185); }

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

border-color css

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

 span { border-color: rgb(160,58,185); }

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