Html Css Color HEX #A03AB6 Dark Orchid

📋 copy color: '#A03AB6'

red 160 ◦ green 58 ◦ blue 182

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

Shades of Dark Orchid #A03AB6

Tints of Dark Orchid #A03AB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 45.5%

R = 40%
G = 14.5%
B = 45.5%

CMYK

 C value IS 0.12

 M value IS 0.68

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A03AB6 (or 0xA03AB6) is known color: Dark Orchid. HEX triplet: A0, 3A and B6. RGB value is (160,58,182). Sum of RGB (Red+Green+Blue) = 160+58+182=400 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40% from 400); Green value is 58 (23.05% from 255 or 14.5% from 400); Blue value is 182 (71.48% from 255 or 45.5% from 400); Max value from RGB is 182 - color contains mainly: blue. Hex color #A03AB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A03AB6 is #5FC549. Grayscale: #666666. Windows color (decimal): -6276426 or 11942560. OLE color: 11942560.

HSL color Cylindrical-coordinate representation of color #A03AB6: hue angle of 289.35º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A03AB6 is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 160 58 182 -
CMYK 0.12 0.68 0 0.29
HSL 289.35º 0.52% 0.47% -
HSV(B) 289.35º 0.68% 0.71% -
XYZ 24.45 13.88 45.65 -
YUV 102.63 172.79 168.92 -
System Red Green Blue C M Y K H S L
Decimal 160 58 182 0.12 0.68 0 0.29 289.35 0.52 0.47
Hex A0 3A B6 C 44 0 1D 121 34 2F
Octal 240 72 266 14 104 0 35 441 64 57
Binary 10100000 111010 10110110 1100 1000100 0 11101 100100001 110100 101111

Color Harmonies of #A03AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03AB6

Black with #A03AB6

Text Example


Text Example

White with #A03AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03AB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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