Html Css Color HEX #A626FD Blue Violet

📋 copy color: '#A626FD'

red 166 ◦ green 38 ◦ blue 253

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

Shades of Blue Violet #A626FD

Tints of Blue Violet #A626FD

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.32%

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

R = 36.32%
G = 8.32%
B = 55.36%

CMYK

 C value IS 0.34

 M value IS 0.85

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A626FD (or 0xA626FD) is known color: Blue Violet. HEX triplet: A6, 26 and FD. RGB value is (166,38,253). Sum of RGB (Red+Green+Blue) = 166+38+253=457 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.32% from 457); Green value is 38 (15.23% from 255 or 8.32% from 457); Blue value is 253 (99.22% from 255 or 55.36% from 457); Max value from RGB is 253 - color contains mainly: blue. Hex color #A626FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A626FD is #59D902. Grayscale: #646464. Windows color (decimal): -5888259 or 16590502. OLE color: 16590502.

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

Color convert

RGB 166 38 253 -
CMYK 0.34 0.85 0 0.01
HSL 275.72º 0.98% 0.57% -
HSV(B) 275.72º 0.85% 0.99% -
XYZ 34.15 16.59 94.33 -
YUV 100.78 213.91 174.52 -
System Red Green Blue C M Y K H S L
Decimal 166 38 253 0.34 0.85 0 0.01 275.72 0.98 0.57
Hex A6 26 FD 22 55 0 1 114 62 39
Octal 246 46 375 42 125 0 1 424 142 71
Binary 10100110 100110 11111101 100010 1010101 0 1 100010100 1100010 111001

Color Harmonies of #A626FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A626FD

Black with #A626FD

Text Example


Text Example

White with #A626FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A626FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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