Html Css Color HEX #A629FD Blue Violet

📋 copy color: '#A629FD'

red 166 ◦ green 41 ◦ blue 253

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

Shades of Blue Violet #A629FD

Tints of Blue Violet #A629FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 55%

R = 36.09%
G = 8.91%
B = 55%

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

#A629FD (or 0xA629FD) is known color: Blue Violet. HEX triplet: A6, 29 and FD. RGB value is (166,41,253). Sum of RGB (Red+Green+Blue) = 166+41+253=460 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.09% from 460); Green value is 41 (16.41% from 255 or 8.91% from 460); Blue value is 253 (99.22% from 255 or 55% from 460); Max value from RGB is 253 - color contains mainly: blue. Hex color #A629FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A629FD is #59D602. Grayscale: #656565. Windows color (decimal): -5887491 or 16591270. OLE color: 16591270.

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

Color convert

RGB 166 41 253 -
CMYK 0.34 0.84 0 0.01
HSL 275.38º 0.98% 0.58% -
HSV(B) 275.38º 0.84% 0.99% -
XYZ 34.25 16.78 94.36 -
YUV 102.54 212.91 173.26 -
System Red Green Blue C M Y K H S L
Decimal 166 41 253 0.34 0.84 0 0.01 275.38 0.98 0.58
Hex A6 29 FD 22 54 0 1 113 62 3A
Octal 246 51 375 42 124 0 1 423 142 72
Binary 10100110 101001 11111101 100010 1010100 0 1 100010011 1100010 111010

Color Harmonies of #A629FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A629FD

Black with #A629FD

Text Example


Text Example

White with #A629FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A629FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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