Html Css Color HEX #A03ACB Dark Orchid

📋 copy color: '#A03ACB'

red 160 ◦ green 58 ◦ blue 203

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

Shades of Dark Orchid #A03ACB

Tints of Dark Orchid #A03ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 48.22%

R = 38%
G = 13.78%
B = 48.22%

CMYK

 C value IS 0.21

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A03ACB (or 0xA03ACB) is known color: Dark Orchid. HEX triplet: A0, 3A and CB. RGB value is (160,58,203). Sum of RGB (Red+Green+Blue) = 160+58+203=421 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.00% from 421); Green value is 58 (23.05% from 255 or 13.78% from 421); Blue value is 203 (79.69% from 255 or 48.22% from 421); Max value from RGB is 203 - color contains mainly: blue. Hex color #A03ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A03ACB is #5FC534. Grayscale: #686868. Windows color (decimal): -6276405 or 13318816. OLE color: 13318816.

HSL color Cylindrical-coordinate representation of color #A03ACB: hue angle of 282.21º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A03ACB is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 160 58 203 -
CMYK 0.21 0.71 0 0.20
HSL 282.21º 0.58% 0.51% -
HSV(B) 282.21º 0.71% 0.8% -
XYZ 26.79 14.81 57.95 -
YUV 105.03 183.29 167.21 -
System Red Green Blue C M Y K H S L
Decimal 160 58 203 0.21 0.71 0 0.20 282.21 0.58 0.51
Hex A0 3A CB 15 47 0 14 11A 3A 33
Octal 240 72 313 25 107 0 24 432 72 63
Binary 10100000 111010 11001011 10101 1000111 0 10100 100011010 111010 110011

Color Harmonies of #A03ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03ACB

Black with #A03ACB

Text Example


Text Example

White with #A03ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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