Html Css Color HEX #A629F2 Blue Violet

📋 copy color: '#A629F2'

red 166 ◦ green 41 ◦ blue 242

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

Shades of Blue Violet #A629F2

Tints of Blue Violet #A629F2

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.13%

 BLUE value IS 242 (94.92% from 255) = 53.9%

R = 36.97%
G = 9.13%
B = 53.9%

CMYK

 C value IS 0.31

 M value IS 0.83

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A629F2 (or 0xA629F2) is known color: Blue Violet. HEX triplet: A6, 29 and F2. RGB value is (166,41,242). Sum of RGB (Red+Green+Blue) = 166+41+242=449 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.97% from 449); Green value is 41 (16.41% from 255 or 9.13% from 449); Blue value is 242 (94.92% from 255 or 53.90% from 449); Max value from RGB is 242 - color contains mainly: blue. Hex color #A629F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A629F2 is #59D60D. Grayscale: #646464. Windows color (decimal): -5887502 or 15870374. OLE color: 15870374.

HSL color Cylindrical-coordinate representation of color #A629F2: hue angle of 277.31º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A629F2 is Cyan = 0.31, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 166 41 242 -
CMYK 0.31 0.83 0 0.05
HSL 277.31º 0.89% 0.55% -
HSV(B) 277.31º 0.83% 0.95% -
XYZ 32.55 16.1 85.4 -
YUV 101.29 207.41 174.16 -
System Red Green Blue C M Y K H S L
Decimal 166 41 242 0.31 0.83 0 0.05 277.31 0.89 0.55
Hex A6 29 F2 1F 53 0 5 115 59 37
Octal 246 51 362 37 123 0 5 425 131 67
Binary 10100110 101001 11110010 11111 1010011 0 101 100010101 1011001 110111

Color Harmonies of #A629F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A629F2

Black with #A629F2

Text Example


Text Example

White with #A629F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A629F2; }

 p { color: rgb(166,41,242); }

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

background-color css

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

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

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

border-color css

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

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

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