Html Css Color HEX #A702CC Dark Violet

📋 copy color: '#A702CC'

red 167 ◦ green 2 ◦ blue 204

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

Shades of Dark Violet #A702CC

Tints of Dark Violet #A702CC

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.54%

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

R = 44.77%
G = 0.54%
B = 54.69%

CMYK

 C value IS 0.18

 M value IS 0.99

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A702CC (or 0xA702CC) is known color: Dark Violet. HEX triplet: A7, 02 and CC. RGB value is (167,2,204). Sum of RGB (Red+Green+Blue) = 167+2+204=373 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.77% from 373); Green value is 2 (1.17% from 255 or 0.54% from 373); Blue value is 204 (80.08% from 255 or 54.69% from 373); Max value from RGB is 204 - color contains mainly: blue. Hex color #A702CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A702CC is #58FD33. Grayscale: #494949. Windows color (decimal): -5831988 or 13370023. OLE color: 13370023.

HSL color Cylindrical-coordinate representation of color #A702CC: hue angle of 289.01º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A702CC is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 167 2 204 -
CMYK 0.18 0.99 0 0.2
HSL 289.01º 0.98% 0.4% -
HSV(B) 289.01º 0.99% 0.8% -
XYZ 26.86 12.62 58.15 -
YUV 74.36 201.16 194.07 -
System Red Green Blue C M Y K H S L
Decimal 167 2 204 0.18 0.99 0 0.2 289.01 0.98 0.4
Hex A7 2 CC 12 63 0 14 121 62 28
Octal 247 2 314 22 143 0 24 441 142 50
Binary 10100111 10 11001100 10010 1100011 0 10100 100100001 1100010 101000

Color Harmonies of #A702CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A702CC

Black with #A702CC

Text Example


Text Example

White with #A702CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A702CC; }

 p { color: rgb(167,2,204); }

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

background-color css

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

 a { background-color: rgb(167,2,204); }

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

border-color css

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

 span { border-color: rgb(167,2,204); }

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