Html Css Color HEX #A626EA Blue Violet

📋 copy color: '#A626EA'

red 166 ◦ green 38 ◦ blue 234

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

Shades of Blue Violet #A626EA

Tints of Blue Violet #A626EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 53.42%

R = 37.9%
G = 8.68%
B = 53.42%

CMYK

 C value IS 0.29

 M value IS 0.84

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A626EA (or 0xA626EA) is known color: Blue Violet. HEX triplet: A6, 26 and EA. RGB value is (166,38,234). Sum of RGB (Red+Green+Blue) = 166+38+234=438 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.90% from 438); Green value is 38 (15.23% from 255 or 8.68% from 438); Blue value is 234 (91.80% from 255 or 53.42% from 438); Max value from RGB is 234 - color contains mainly: blue. Hex color #A626EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A626EA is #59D915. Grayscale: #616161. Windows color (decimal): -5888278 or 15345318. OLE color: 15345318.

HSL color Cylindrical-coordinate representation of color #A626EA: hue angle of 279.18º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A626EA is Cyan = 0.29, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 166 38 234 -
CMYK 0.29 0.84 0 0.08
HSL 279.18º 0.82% 0.53% -
HSV(B) 279.18º 0.84% 0.92% -
XYZ 31.27 15.43 79.17 -
YUV 98.62 204.41 176.06 -
System Red Green Blue C M Y K H S L
Decimal 166 38 234 0.29 0.84 0 0.08 279.18 0.82 0.53
Hex A6 26 EA 1D 54 0 8 117 52 35
Octal 246 46 352 35 124 0 10 427 122 65
Binary 10100110 100110 11101010 11101 1010100 0 1000 100010111 1010010 110101

Color Harmonies of #A626EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A626EA

Black with #A626EA

Text Example


Text Example

White with #A626EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A626EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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