Html Css Color HEX #A626FC Blue Violet

📋 copy color: '#A626FC'

red 166 ◦ green 38 ◦ blue 252

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

Shades of Blue Violet #A626FC

Tints of Blue Violet #A626FC

RGB

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

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

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

R = 36.4%
G = 8.33%
B = 55.26%

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

#A626FC (or 0xA626FC) is known color: Blue Violet. HEX triplet: A6, 26 and FC. RGB value is (166,38,252). Sum of RGB (Red+Green+Blue) = 166+38+252=456 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.40% from 456); Green value is 38 (15.23% from 255 or 8.33% from 456); Blue value is 252 (98.83% from 255 or 55.26% from 456); Max value from RGB is 252 - color contains mainly: blue. Hex color #A626FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A626FC is #59D903. Grayscale: #636363. Windows color (decimal): -5888260 or 16524966. OLE color: 16524966.

HSL color Cylindrical-coordinate representation of color #A626FC: hue angle of 275.89º degrees, saturation: 0.97, 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 #A626FC is Cyan = 0.34, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 166 38 252 -
CMYK 0.34 0.85 0 0.01
HSL 275.89º 0.97% 0.57% -
HSV(B) 275.89º 0.85% 0.99% -
XYZ 33.99 16.52 93.49 -
YUV 100.67 213.41 174.6 -
System Red Green Blue C M Y K H S L
Decimal 166 38 252 0.34 0.85 0 0.01 275.89 0.97 0.57
Hex A6 26 FC 22 55 0 1 114 61 39
Octal 246 46 374 42 125 0 1 424 141 71
Binary 10100110 100110 11111100 100010 1010101 0 1 100010100 1100001 111001

Color Harmonies of #A626FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A626FC

Black with #A626FC

Text Example


Text Example

White with #A626FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A626FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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