Html Css Color HEX #A03BCC Dark Orchid

📋 copy color: '#A03BCC'

red 160 ◦ green 59 ◦ blue 204

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

Shades of Dark Orchid #A03BCC

Tints of Dark Orchid #A03BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.23%

R = 37.83%
G = 13.95%
B = 48.23%

CMYK

 C value IS 0.22

 M value IS 0.71

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A03BCC (or 0xA03BCC) is known color: Dark Orchid. HEX triplet: A0, 3B and CC. RGB value is (160,59,204). Sum of RGB (Red+Green+Blue) = 160+59+204=423 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.83% from 423); Green value is 59 (23.44% from 255 or 13.95% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 204 - color contains mainly: blue. Hex color #A03BCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A03BCC is #5FC433. Grayscale: #696969. Windows color (decimal): -6276148 or 13384608. OLE color: 13384608.

HSL color Cylindrical-coordinate representation of color #A03BCC: hue angle of 281.79º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A03BCC is Cyan = 0.22, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 160 59 204 -
CMYK 0.22 0.71 0 0.2
HSL 281.79º 0.59% 0.52% -
HSV(B) 281.79º 0.71% 0.8% -
XYZ 26.96 14.96 58.59 -
YUV 105.73 183.46 166.71 -
System Red Green Blue C M Y K H S L
Decimal 160 59 204 0.22 0.71 0 0.2 281.79 0.59 0.52
Hex A0 3B CC 16 47 0 14 11A 3B 34
Octal 240 73 314 26 107 0 24 432 73 64
Binary 10100000 111011 11001100 10110 1000111 0 10100 100011010 111011 110100

Color Harmonies of #A03BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03BCC

Black with #A03BCC

Text Example


Text Example

White with #A03BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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