Html Css Color HEX #A629FC Blue Violet

📋 copy color: '#A629FC'

red 166 ◦ green 41 ◦ blue 252

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

Shades of Blue Violet #A629FC

Tints of Blue Violet #A629FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 54.9%

R = 36.17%
G = 8.93%
B = 54.9%

CMYK

 C value IS 0.34

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A629FC (or 0xA629FC) is known color: Blue Violet. HEX triplet: A6, 29 and FC. RGB value is (166,41,252). Sum of RGB (Red+Green+Blue) = 166+41+252=459 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.17% from 459); Green value is 41 (16.41% from 255 or 8.93% from 459); Blue value is 252 (98.83% from 255 or 54.90% from 459); Max value from RGB is 252 - color contains mainly: blue. Hex color #A629FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A629FC is #59D603. Grayscale: #656565. Windows color (decimal): -5887492 or 16525734. OLE color: 16525734.

HSL color Cylindrical-coordinate representation of color #A629FC: hue angle of 275.55º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A629FC is Cyan = 0.34, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 166 41 252 -
CMYK 0.34 0.84 0 0.01
HSL 275.55º 0.97% 0.57% -
HSV(B) 275.55º 0.84% 0.99% -
XYZ 34.09 16.72 93.53 -
YUV 102.43 212.41 173.34 -
System Red Green Blue C M Y K H S L
Decimal 166 41 252 0.34 0.84 0 0.01 275.55 0.97 0.57
Hex A6 29 FC 22 54 0 1 114 61 39
Octal 246 51 374 42 124 0 1 424 141 71
Binary 10100110 101001 11111100 100010 1010100 0 1 100010100 1100001 111001

Color Harmonies of #A629FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A629FC

Black with #A629FC

Text Example


Text Example

White with #A629FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A629FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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