Html Css Color HEX #A805CC Dark Violet

📋 copy color: '#A805CC'

red 168 ◦ green 5 ◦ blue 204

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

Shades of Dark Violet #A805CC

Tints of Dark Violet #A805CC

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.33%

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

R = 44.56%
G = 1.33%
B = 54.11%

CMYK

 C value IS 0.18

 M value IS 0.98

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A805CC (or 0xA805CC) is known color: Dark Violet. HEX triplet: A8, 05 and CC. RGB value is (168,5,204). Sum of RGB (Red+Green+Blue) = 168+5+204=377 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.56% from 377); Green value is 5 (2.34% from 255 or 1.33% from 377); Blue value is 204 (80.08% from 255 or 54.11% from 377); Max value from RGB is 204 - color contains mainly: blue. Hex color #A805CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A805CC is #57FA33. Grayscale: #4B4B4B. Windows color (decimal): -5765684 or 13370792. OLE color: 13370792.

HSL color Cylindrical-coordinate representation of color #A805CC: hue angle of 289.15º degrees, saturation: 0.95, 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 #A805CC is Cyan = 0.18, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 168 5 204 -
CMYK 0.18 0.98 0 0.2
HSL 289.15º 0.95% 0.41% -
HSV(B) 289.15º 0.98% 0.8% -
XYZ 27.1 12.79 58.17 -
YUV 76.42 200 193.32 -
System Red Green Blue C M Y K H S L
Decimal 168 5 204 0.18 0.98 0 0.2 289.15 0.95 0.41
Hex A8 5 CC 12 62 0 14 121 5F 29
Octal 250 5 314 22 142 0 24 441 137 51
Binary 10101000 101 11001100 10010 1100010 0 10100 100100001 1011111 101001

Color Harmonies of #A805CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A805CC

Black with #A805CC

Text Example


Text Example

White with #A805CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A805CC; }

 p { color: rgb(168,5,204); }

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

background-color css

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

 a { background-color: rgb(168,5,204); }

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

border-color css

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

 span { border-color: rgb(168,5,204); }

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