Html Css Color HEX #A630A4 Vivid Violet

📋 copy color: '#A630A4'

red 166 ◦ green 48 ◦ blue 164

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

Shades of Vivid Violet #A630A4

Tints of Vivid Violet #A630A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 43.39%

R = 43.92%
G = 12.7%
B = 43.39%

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

#A630A4 (or 0xA630A4) is known color: Vivid Violet. HEX triplet: A6, 30 and A4. RGB value is (166,48,164). Sum of RGB (Red+Green+Blue) = 166+48+164=378 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.92% from 378); Green value is 48 (19.14% from 255 or 12.70% from 378); Blue value is 164 (64.45% from 255 or 43.39% from 378); Max value from RGB is 166 - color contains mainly: red. Hex color #A630A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A630A4 is #59CF5B. Grayscale: #606060. Windows color (decimal): -5885788 or 10760358. OLE color: 10760358.

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

Color convert

RGB 166 48 164 -
CMYK 0 0.71 0.01 0.35
HSL 301.02º 0.55% 0.42% -
HSV(B) 301.02º 0.71% 0.65% -
XYZ 23.48 12.9 36.37 -
YUV 96.51 166.09 177.57 -
System Red Green Blue C M Y K H S L
Decimal 166 48 164 0 0.71 0.01 0.35 301.02 0.55 0.42
Hex A6 30 A4 0 47 1 23 12D 37 2A
Octal 246 60 244 0 107 1 43 455 67 52
Binary 10100110 110000 10100100 0 1000111 1 100011 100101101 110111 101010

Color Harmonies of #A630A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A630A4

Black with #A630A4

Text Example


Text Example

White with #A630A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A630A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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