Html Css Color HEX #A804CB Dark Violet

📋 copy color: '#A804CB'

red 168 ◦ green 4 ◦ blue 203

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

Shades of Dark Violet #A804CB

Tints of Dark Violet #A804CB

RGB

 RED value IS 168 (66.02% from 255) = 44.8%

 GREEN value IS 4 (1.95% from 255) = 1.07%

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

R = 44.8%
G = 1.07%
B = 54.13%

CMYK

 C value IS 0.17

 M value IS 0.98

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A804CB (or 0xA804CB) is known color: Dark Violet. HEX triplet: A8, 04 and CB. RGB value is (168,4,203). Sum of RGB (Red+Green+Blue) = 168+4+203=375 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.8% from 375); Green value is 4 (1.95% from 255 or 1.07% from 375); Blue value is 203 (79.69% from 255 or 54.13% from 375); Max value from RGB is 203 - color contains mainly: blue. Hex color #A804CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A804CB is #57FB34. Grayscale: #4B4B4B. Windows color (decimal): -5765941 or 13305000. OLE color: 13305000.

HSL color Cylindrical-coordinate representation of color #A804CB: hue angle of 289.45º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A804CB is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 168 4 203 -
CMYK 0.17 0.98 0 0.20
HSL 289.45º 0.96% 0.41% -
HSV(B) 289.45º 0.98% 0.8% -
XYZ 26.97 12.72 57.53 -
YUV 75.72 199.83 193.82 -
System Red Green Blue C M Y K H S L
Decimal 168 4 203 0.17 0.98 0 0.20 289.45 0.96 0.41
Hex A8 4 CB 11 62 0 14 121 60 29
Octal 250 4 313 21 142 0 24 441 140 51
Binary 10101000 100 11001011 10001 1100010 0 10100 100100001 1100000 101001

Color Harmonies of #A804CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A804CB

Black with #A804CB

Text Example


Text Example

White with #A804CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A804CB; }

 p { color: rgb(168,4,203); }

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

background-color css

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

 a { background-color: rgb(168,4,203); }

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

border-color css

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

 span { border-color: rgb(168,4,203); }

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