Html Css Color HEX #A126A5 Vivid Violet

📋 copy color: '#A126A5'

red 161 ◦ green 38 ◦ blue 165

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

Shades of Vivid Violet #A126A5

Tints of Vivid Violet #A126A5

RGB

 RED value IS 161 (63.28% from 255) = 44.23%

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

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

R = 44.23%
G = 10.44%
B = 45.33%

CMYK

 C value IS 0.02

 M value IS 0.77

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#A126A5 (or 0xA126A5) is known color: Vivid Violet. HEX triplet: A1, 26 and A5. RGB value is (161,38,165). Sum of RGB (Red+Green+Blue) = 161+38+165=364 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.23% from 364); Green value is 38 (15.23% from 255 or 10.44% from 364); Blue value is 165 (64.84% from 255 or 45.33% from 364); Max value from RGB is 165 - color contains mainly: blue. Hex color #A126A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A126A5 is #5ED95A. Grayscale: #585858. Windows color (decimal): -6216027 or 10823329. OLE color: 10823329.

HSL color Cylindrical-coordinate representation of color #A126A5: hue angle of 298.11º 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 #A126A5 is Cyan = 0.02, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 161 38 165 -
CMYK 0.02 0.77 0 0.35
HSL 298.11º 0.63% 0.4% -
HSV(B) 298.11º 0.77% 0.65% -
XYZ 22.18 11.68 36.68 -
YUV 89.26 170.75 179.17 -
System Red Green Blue C M Y K H S L
Decimal 161 38 165 0.02 0.77 0 0.35 298.11 0.63 0.4
Hex A1 26 A5 2 4D 0 23 12A 3F 28
Octal 241 46 245 2 115 0 43 452 77 50
Binary 10100001 100110 10100101 10 1001101 0 100011 100101010 111111 101000

Color Harmonies of #A126A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A126A5

Black with #A126A5

Text Example


Text Example

White with #A126A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A126A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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