Html Css Color HEX #A72CA4 Vivid Violet

📋 copy color: '#A72CA4'

red 167 ◦ green 44 ◦ blue 164

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

Shades of Vivid Violet #A72CA4

Tints of Vivid Violet #A72CA4

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.73%

 BLUE value IS 164 (64.45% from 255) = 43.73%

R = 44.53%
G = 11.73%
B = 43.73%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.02

 K value IS 0.35

RGB Variations

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

Color information

#A72CA4 (or 0xA72CA4) is known color: Vivid Violet. HEX triplet: A7, 2C and A4. RGB value is (167,44,164). Sum of RGB (Red+Green+Blue) = 167+44+164=375 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.53% from 375); Green value is 44 (17.58% from 255 or 11.73% from 375); Blue value is 164 (64.45% from 255 or 43.73% from 375); Max value from RGB is 167 - color contains mainly: red. Hex color #A72CA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A72CA4 is #58D35B. Grayscale: #5E5E5E. Windows color (decimal): -5821276 or 10759335. OLE color: 10759335.

HSL color Cylindrical-coordinate representation of color #A72CA4: hue angle of 301.46º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A72CA4 is Cyan = 0, Magento = 0.74, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 44 164 -
CMYK 0 0.74 0.02 0.35
HSL 301.46º 0.58% 0.41% -
HSV(B) 301.46º 0.74% 0.65% -
XYZ 23.54 12.7 36.33 -
YUV 94.46 167.25 179.74 -
System Red Green Blue C M Y K H S L
Decimal 167 44 164 0 0.74 0.02 0.35 301.46 0.58 0.41
Hex A7 2C A4 0 4A 2 23 12D 3A 29
Octal 247 54 244 0 112 2 43 455 72 51
Binary 10100111 101100 10100100 0 1001010 10 100011 100101101 111010 101001

Color Harmonies of #A72CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72CA4

Black with #A72CA4

Text Example


Text Example

White with #A72CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72CA4; }

 p { color: rgb(167,44,164); }

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

background-color css

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

 a { background-color: rgb(167,44,164); }

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

border-color css

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

 span { border-color: rgb(167,44,164); }

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