Html Css Color HEX #A630A5 Vivid Violet

📋 copy color: '#A630A5'

red 166 ◦ green 48 ◦ blue 165

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

Shades of Vivid Violet #A630A5

Tints of Vivid Violet #A630A5

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.66%

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

R = 43.8%
G = 12.66%
B = 43.54%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.01

 K value IS 0.35

RGB Variations

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

Color information

#A630A5 (or 0xA630A5) is known color: Vivid Violet. HEX triplet: A6, 30 and A5. RGB value is (166,48,165). Sum of RGB (Red+Green+Blue) = 166+48+165=379 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.80% from 379); Green value is 48 (19.14% from 255 or 12.66% from 379); Blue value is 165 (64.84% from 255 or 43.54% from 379); Max value from RGB is 166 - color contains mainly: red. Hex color #A630A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A630A5 is #59CF5A. Grayscale: #606060. Windows color (decimal): -5885787 or 10825894. OLE color: 10825894.

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

Color convert

RGB 166 48 165 -
CMYK 0 0.71 0.01 0.35
HSL 300.51º 0.55% 0.42% -
HSV(B) 300.51º 0.71% 0.65% -
XYZ 23.57 12.94 36.85 -
YUV 96.62 166.59 177.49 -
System Red Green Blue C M Y K H S L
Decimal 166 48 165 0 0.71 0.01 0.35 300.51 0.55 0.42
Hex A6 30 A5 0 47 1 23 12D 37 2A
Octal 246 60 245 0 107 1 43 455 67 52
Binary 10100110 110000 10100101 0 1000111 1 100011 100101101 110111 101010

Color Harmonies of #A630A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A630A5

Black with #A630A5

Text Example


Text Example

White with #A630A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A630A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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