Html Css Color HEX #A226F9 Blue Violet

📋 copy color: '#A226F9'

red 162 ◦ green 38 ◦ blue 249

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

Shades of Blue Violet #A226F9

Tints of Blue Violet #A226F9

RGB

 RED value IS 162 (63.67% from 255) = 36.08%

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

 BLUE value IS 249 (97.66% from 255) = 55.46%

R = 36.08%
G = 8.46%
B = 55.46%

CMYK

 C value IS 0.35

 M value IS 0.85

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A226F9 (or 0xA226F9) is known color: Blue Violet. HEX triplet: A2, 26 and F9. RGB value is (162,38,249). Sum of RGB (Red+Green+Blue) = 162+38+249=449 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.08% from 449); Green value is 38 (15.23% from 255 or 8.46% from 449); Blue value is 249 (97.66% from 255 or 55.46% from 449); Max value from RGB is 249 - color contains mainly: blue. Hex color #A226F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A226F9 is #5DD906. Grayscale: #626262. Windows color (decimal): -6150407 or 16328354. OLE color: 16328354.

HSL color Cylindrical-coordinate representation of color #A226F9: hue angle of 275.26º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A226F9 is Cyan = 0.35, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 162 38 249 -
CMYK 0.35 0.85 0 0.02
HSL 275.26º 0.95% 0.56% -
HSV(B) 275.26º 0.85% 0.98% -
XYZ 32.69 15.91 90.97 -
YUV 99.13 212.58 172.84 -
System Red Green Blue C M Y K H S L
Decimal 162 38 249 0.35 0.85 0 0.02 275.26 0.95 0.56
Hex A2 26 F9 23 55 0 2 113 5F 38
Octal 242 46 371 43 125 0 2 423 137 70
Binary 10100010 100110 11111001 100011 1010101 0 10 100010011 1011111 111000

Color Harmonies of #A226F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A226F9

Black with #A226F9

Text Example


Text Example

White with #A226F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A226F9; }

 p { color: rgb(162,38,249); }

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

background-color css

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

 a { background-color: rgb(162,38,249); }

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

border-color css

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

 span { border-color: rgb(162,38,249); }

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