Html Css Color HEX #A705CB Dark Violet

📋 copy color: '#A705CB'

red 167 ◦ green 5 ◦ blue 203

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

Shades of Dark Violet #A705CB

Tints of Dark Violet #A705CB

RGB

 RED value IS 167 (65.63% from 255) = 44.53%

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

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

R = 44.53%
G = 1.33%
B = 54.13%

CMYK

 C value IS 0.18

 M value IS 0.98

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A705CB (or 0xA705CB) is known color: Dark Violet. HEX triplet: A7, 05 and CB. RGB value is (167,5,203). Sum of RGB (Red+Green+Blue) = 167+5+203=375 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.53% from 375); Green value is 5 (2.34% from 255 or 1.33% 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 #A705CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A705CB is #58FA34. Grayscale: #4B4B4B. Windows color (decimal): -5831221 or 13305255. OLE color: 13305255.

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

Color convert

RGB 167 5 203 -
CMYK 0.18 0.98 0 0.20
HSL 289.09º 0.95% 0.41% -
HSV(B) 289.09º 0.98% 0.8% -
XYZ 26.77 12.64 57.53 -
YUV 76.01 199.67 192.9 -
System Red Green Blue C M Y K H S L
Decimal 167 5 203 0.18 0.98 0 0.20 289.09 0.95 0.41
Hex A7 5 CB 12 62 0 14 121 5F 29
Octal 247 5 313 22 142 0 24 441 137 51
Binary 10100111 101 11001011 10010 1100010 0 10100 100100001 1011111 101001

Color Harmonies of #A705CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A705CB

Black with #A705CB

Text Example


Text Example

White with #A705CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A705CB; }

 p { color: rgb(167,5,203); }

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

background-color css

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

 a { background-color: rgb(167,5,203); }

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

border-color css

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

 span { border-color: rgb(167,5,203); }

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