Html Css Color HEX #A626A6 Vivid Violet

📋 copy color: '#A626A6'

red 166 ◦ green 38 ◦ blue 166

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

Shades of Vivid Violet #A626A6

Tints of Vivid Violet #A626A6

RGB

 RED value IS 166 (65.23% from 255) = 44.86%

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

 BLUE value IS 166 (65.23% from 255) = 44.86%

R = 44.86%
G = 10.27%
B = 44.86%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#A626A6 (or 0xA626A6) is known color: Vivid Violet. HEX triplet: A6, 26 and A6. RGB value is (166,38,166). Sum of RGB (Red+Green+Blue) = 166+38+166=370 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.86% from 370); Green value is 38 (15.23% from 255 or 10.27% from 370); Blue value is 166 (65.23% from 255 or 44.86% from 370); Max value from RGB is 166 - color contains mainly: red, blue. Hex color #A626A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A626A6 is #59D959. Grayscale: #5A5A5A. Windows color (decimal): -5888346 or 10888870. OLE color: 10888870.

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

Color convert

RGB 166 38 166 -
CMYK 0 0.77 0 0.35
HSL 300º 0.63% 0.4% -
HSV(B) 300º 0.77% 0.65% -
XYZ 23.3 12.25 37.21 -
YUV 90.86 170.41 181.59 -
System Red Green Blue C M Y K H S L
Decimal 166 38 166 0 0.77 0 0.35 300 0.63 0.4
Hex A6 26 A6 0 4D 0 23 12C 3F 28
Octal 246 46 246 0 115 0 43 454 77 50
Binary 10100110 100110 10100110 0 1001101 0 100011 100101100 111111 101000

Color Harmonies of #A626A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A626A6

Black with #A626A6

Text Example


Text Example

White with #A626A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A626A6; }

 p { color: rgb(166,38,166); }

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

background-color css

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

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

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

border-color css

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

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

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