Html Css Color HEX #A526A0 Vivid Violet

📋 copy color: '#A526A0'

red 165 ◦ green 38 ◦ blue 160

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

Shades of Vivid Violet #A526A0

Tints of Vivid Violet #A526A0

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.47%

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

R = 45.45%
G = 10.47%
B = 44.08%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.03

 K value IS 0.35

RGB Variations

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

Color information

#A526A0 (or 0xA526A0) is known color: Vivid Violet. HEX triplet: A5, 26 and A0. RGB value is (165,38,160). Sum of RGB (Red+Green+Blue) = 165+38+160=363 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.45% from 363); Green value is 38 (15.23% from 255 or 10.47% from 363); Blue value is 160 (62.89% from 255 or 44.08% from 363); Max value from RGB is 165 - color contains mainly: red. Hex color #A526A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A526A0 is #5AD95F. Grayscale: #595959. Windows color (decimal): -5953888 or 10495653. OLE color: 10495653.

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

Color convert

RGB 165 38 160 -
CMYK 0 0.77 0.03 0.35
HSL 302.36º 0.63% 0.4% -
HSV(B) 302.36º 0.77% 0.65% -
XYZ 22.56 11.92 34.37 -
YUV 89.88 167.58 181.58 -
System Red Green Blue C M Y K H S L
Decimal 165 38 160 0 0.77 0.03 0.35 302.36 0.63 0.4
Hex A5 26 A0 0 4D 3 23 12E 3F 28
Octal 245 46 240 0 115 3 43 456 77 50
Binary 10100101 100110 10100000 0 1001101 11 100011 100101110 111111 101000

Color Harmonies of #A526A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A526A0

Black with #A526A0

Text Example


Text Example

White with #A526A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A526A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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