Html Css Color HEX #A52CA4 Vivid Violet

📋 copy color: '#A52CA4'

red 165 ◦ green 44 ◦ blue 164

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

Shades of Vivid Violet #A52CA4

Tints of Vivid Violet #A52CA4

RGB

 RED value IS 165 (64.84% from 255) = 44.24%

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

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

R = 44.24%
G = 11.8%
B = 43.97%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.01

 K value IS 0.35

RGB Variations

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

Color information

#A52CA4 (or 0xA52CA4) is known color: Vivid Violet. HEX triplet: A5, 2C and A4. RGB value is (165,44,164). Sum of RGB (Red+Green+Blue) = 165+44+164=373 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.24% from 373); Green value is 44 (17.58% from 255 or 11.80% from 373); Blue value is 164 (64.45% from 255 or 43.97% from 373); Max value from RGB is 165 - color contains mainly: red. Hex color #A52CA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52CA4 is #5AD35B. Grayscale: #5D5D5D. Windows color (decimal): -5952348 or 10759333. OLE color: 10759333.

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

Color convert

RGB 165 44 164 -
CMYK 0 0.73 0.01 0.35
HSL 300.5º 0.58% 0.41% -
HSV(B) 300.5º 0.73% 0.65% -
XYZ 23.12 12.48 36.31 -
YUV 93.86 167.59 178.74 -
System Red Green Blue C M Y K H S L
Decimal 165 44 164 0 0.73 0.01 0.35 300.5 0.58 0.41
Hex A5 2C A4 0 49 1 23 12C 3A 29
Octal 245 54 244 0 111 1 43 454 72 51
Binary 10100101 101100 10100100 0 1001001 1 100011 100101100 111010 101001

Color Harmonies of #A52CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52CA4

Black with #A52CA4

Text Example


Text Example

White with #A52CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52CA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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