Html Css Color HEX #A527A0 Vivid Violet

📋 copy color: '#A527A0'

red 165 ◦ green 39 ◦ blue 160

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

Shades of Vivid Violet #A527A0

Tints of Vivid Violet #A527A0

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.71%

 BLUE value IS 160 (62.89% from 255) = 43.96%

R = 45.33%
G = 10.71%
B = 43.96%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.03

 K value IS 0.35

RGB Variations

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

Color information

#A527A0 (or 0xA527A0) is known color: Vivid Violet. HEX triplet: A5, 27 and A0. RGB value is (165,39,160). Sum of RGB (Red+Green+Blue) = 165+39+160=364 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.33% from 364); Green value is 39 (15.62% from 255 or 10.71% from 364); Blue value is 160 (62.89% from 255 or 43.96% from 364); Max value from RGB is 165 - color contains mainly: red. Hex color #A527A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A527A0 is #5AD85F. Grayscale: #5A5A5A. Windows color (decimal): -5953632 or 10495909. OLE color: 10495909.

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

Color convert

RGB 165 39 160 -
CMYK 0 0.76 0.03 0.35
HSL 302.38º 0.62% 0.4% -
HSV(B) 302.38º 0.76% 0.65% -
XYZ 22.59 11.99 34.38 -
YUV 90.47 167.24 181.16 -
System Red Green Blue C M Y K H S L
Decimal 165 39 160 0 0.76 0.03 0.35 302.38 0.62 0.4
Hex A5 27 A0 0 4C 3 23 12E 3E 28
Octal 245 47 240 0 114 3 43 456 76 50
Binary 10100101 100111 10100000 0 1001100 11 100011 100101110 111110 101000

Color Harmonies of #A527A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A527A0

Black with #A527A0

Text Example


Text Example

White with #A527A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A527A0; }

 p { color: rgb(165,39,160); }

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

background-color css

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

 a { background-color: rgb(165,39,160); }

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

border-color css

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

 span { border-color: rgb(165,39,160); }

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