Html Css Color HEX #A805B5 Dark Violet

📋 copy color: '#A805B5'

red 168 ◦ green 5 ◦ blue 181

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

Shades of Dark Violet #A805B5

Tints of Dark Violet #A805B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 51.13%

R = 47.46%
G = 1.41%
B = 51.13%

CMYK

 C value IS 0.07

 M value IS 0.97

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A805B5 (or 0xA805B5) is known color: Dark Violet. HEX triplet: A8, 05 and B5. RGB value is (168,5,181). Sum of RGB (Red+Green+Blue) = 168+5+181=354 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.46% from 354); Green value is 5 (2.34% from 255 or 1.41% from 354); Blue value is 181 (71.09% from 255 or 51.13% from 354); Max value from RGB is 181 - color contains mainly: blue. Hex color #A805B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A805B5 is #57FA4A. Grayscale: #494949. Windows color (decimal): -5765707 or 11863464. OLE color: 11863464.

HSL color Cylindrical-coordinate representation of color #A805B5: hue angle of 295.57º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A805B5 is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 168 5 181 -
CMYK 0.07 0.97 0 0.29
HSL 295.57º 0.95% 0.36% -
HSV(B) 295.57º 0.97% 0.71% -
XYZ 24.54 11.77 44.69 -
YUV 73.8 188.5 195.19 -
System Red Green Blue C M Y K H S L
Decimal 168 5 181 0.07 0.97 0 0.29 295.57 0.95 0.36
Hex A8 5 B5 7 61 0 1D 128 5F 24
Octal 250 5 265 7 141 0 35 450 137 44
Binary 10101000 101 10110101 111 1100001 0 11101 100101000 1011111 100100

Color Harmonies of #A805B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A805B5

Black with #A805B5

Text Example


Text Example

White with #A805B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A805B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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