Html Css Color HEX #A62CA5 Vivid Violet

📋 copy color: '#A62CA5'

red 166 ◦ green 44 ◦ blue 165

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

Shades of Vivid Violet #A62CA5

Tints of Vivid Violet #A62CA5

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.73%

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

R = 44.27%
G = 11.73%
B = 44%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.01

 K value IS 0.35

RGB Variations

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

Color information

#A62CA5 (or 0xA62CA5) is known color: Vivid Violet. HEX triplet: A6, 2C and A5. RGB value is (166,44,165). Sum of RGB (Red+Green+Blue) = 166+44+165=375 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.27% from 375); Green value is 44 (17.58% from 255 or 11.73% from 375); Blue value is 165 (64.84% from 255 or 44% from 375); Max value from RGB is 166 - color contains mainly: red. Hex color #A62CA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62CA5 is #59D35A. Grayscale: #5D5D5D. Windows color (decimal): -5886811 or 10824870. OLE color: 10824870.

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

Color convert

RGB 166 44 165 -
CMYK 0 0.73 0.01 0.35
HSL 300.49º 0.58% 0.41% -
HSV(B) 300.49º 0.73% 0.65% -
XYZ 23.42 12.62 36.8 -
YUV 94.27 167.92 179.16 -
System Red Green Blue C M Y K H S L
Decimal 166 44 165 0 0.73 0.01 0.35 300.49 0.58 0.41
Hex A6 2C A5 0 49 1 23 12C 3A 29
Octal 246 54 245 0 111 1 43 454 72 51
Binary 10100110 101100 10100101 0 1001001 1 100011 100101100 111010 101001

Color Harmonies of #A62CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62CA5

Black with #A62CA5

Text Example


Text Example

White with #A62CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62CA5; }

 p { color: rgb(166,44,165); }

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

background-color css

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

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

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

border-color css

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

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

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