Html Css Color HEX #A525A4 Vivid Violet

📋 copy color: '#A525A4'

red 165 ◦ green 37 ◦ blue 164

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

Shades of Vivid Violet #A525A4

Tints of Vivid Violet #A525A4

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.11%

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

R = 45.08%
G = 10.11%
B = 44.81%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.01

 K value IS 0.35

RGB Variations

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

Color information

#A525A4 (or 0xA525A4) is known color: Vivid Violet. HEX triplet: A5, 25 and A4. RGB value is (165,37,164). Sum of RGB (Red+Green+Blue) = 165+37+164=366 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.08% from 366); Green value is 37 (14.84% from 255 or 10.11% from 366); Blue value is 164 (64.45% from 255 or 44.81% from 366); Max value from RGB is 165 - color contains mainly: red. Hex color #A525A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A525A4 is #5ADA5B. Grayscale: #595959. Windows color (decimal): -5954140 or 10757541. OLE color: 10757541.

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

Color convert

RGB 165 37 164 -
CMYK 0 0.78 0.01 0.35
HSL 300.47º 0.63% 0.4% -
HSV(B) 300.47º 0.78% 0.65% -
XYZ 22.88 12 36.23 -
YUV 89.75 169.91 181.67 -
System Red Green Blue C M Y K H S L
Decimal 165 37 164 0 0.78 0.01 0.35 300.47 0.63 0.4
Hex A5 25 A4 0 4E 1 23 12C 3F 28
Octal 245 45 244 0 116 1 43 454 77 50
Binary 10100101 100101 10100100 0 1001110 1 100011 100101100 111111 101000

Color Harmonies of #A525A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A525A4

Black with #A525A4

Text Example


Text Example

White with #A525A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A525A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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