Html Css Color HEX #A626ED Blue Violet

📋 copy color: '#A626ED'

red 166 ◦ green 38 ◦ blue 237

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

Shades of Blue Violet #A626ED

Tints of Blue Violet #A626ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 53.74%

R = 37.64%
G = 8.62%
B = 53.74%

CMYK

 C value IS 0.30

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A626ED (or 0xA626ED) is known color: Blue Violet. HEX triplet: A6, 26 and ED. RGB value is (166,38,237). Sum of RGB (Red+Green+Blue) = 166+38+237=441 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.64% from 441); Green value is 38 (15.23% from 255 or 8.62% from 441); Blue value is 237 (92.97% from 255 or 53.74% from 441); Max value from RGB is 237 - color contains mainly: blue. Hex color #A626ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A626ED is #59D912. Grayscale: #626262. Windows color (decimal): -5888275 or 15541926. OLE color: 15541926.

HSL color Cylindrical-coordinate representation of color #A626ED: hue angle of 278.59º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A626ED is Cyan = 0.30, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 38 237 -
CMYK 0.30 0.84 0 0.07
HSL 278.59º 0.85% 0.54% -
HSV(B) 278.59º 0.84% 0.93% -
XYZ 31.71 15.61 81.46 -
YUV 98.96 205.91 175.82 -
System Red Green Blue C M Y K H S L
Decimal 166 38 237 0.30 0.84 0 0.07 278.59 0.85 0.54
Hex A6 26 ED 1E 54 0 7 117 55 36
Octal 246 46 355 36 124 0 7 427 125 66
Binary 10100110 100110 11101101 11110 1010100 0 111 100010111 1010101 110110

Color Harmonies of #A626ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A626ED

Black with #A626ED

Text Example


Text Example

White with #A626ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A626ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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