Html Css Color HEX #A805CA Dark Violet

📋 copy color: '#A805CA'

red 168 ◦ green 5 ◦ blue 202

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

Shades of Dark Violet #A805CA

Tints of Dark Violet #A805CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 53.87%

R = 44.8%
G = 1.33%
B = 53.87%

CMYK

 C value IS 0.17

 M value IS 0.98

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A805CA (or 0xA805CA) is known color: Dark Violet. HEX triplet: A8, 05 and CA. RGB value is (168,5,202). Sum of RGB (Red+Green+Blue) = 168+5+202=375 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.8% from 375); Green value is 5 (2.34% from 255 or 1.33% from 375); Blue value is 202 (79.30% from 255 or 53.87% from 375); Max value from RGB is 202 - color contains mainly: blue. Hex color #A805CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A805CA is #57FA35. Grayscale: #4B4B4B. Windows color (decimal): -5765686 or 13239720. OLE color: 13239720.

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

Color convert

RGB 168 5 202 -
CMYK 0.17 0.98 0 0.21
HSL 289.64º 0.95% 0.41% -
HSV(B) 289.64º 0.98% 0.79% -
XYZ 26.86 12.7 56.91 -
YUV 76.2 199 193.48 -
System Red Green Blue C M Y K H S L
Decimal 168 5 202 0.17 0.98 0 0.21 289.64 0.95 0.41
Hex A8 5 CA 11 62 0 15 122 5F 29
Octal 250 5 312 21 142 0 25 442 137 51
Binary 10101000 101 11001010 10001 1100010 0 10101 100100010 1011111 101001

Color Harmonies of #A805CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A805CA

Black with #A805CA

Text Example


Text Example

White with #A805CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A805CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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