Html Css Color HEX #A223EB Blue Violet

📋 copy color: '#A223EB'

red 162 ◦ green 35 ◦ blue 235

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

Shades of Blue Violet #A223EB

Tints of Blue Violet #A223EB

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.1%

 BLUE value IS 235 (92.19% from 255) = 54.4%

R = 37.5%
G = 8.1%
B = 54.4%

CMYK

 C value IS 0.31

 M value IS 0.85

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A223EB (or 0xA223EB) is known color: Blue Violet. HEX triplet: A2, 23 and EB. RGB value is (162,35,235). Sum of RGB (Red+Green+Blue) = 162+35+235=432 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.5% from 432); Green value is 35 (14.06% from 255 or 8.10% from 432); Blue value is 235 (92.19% from 255 or 54.40% from 432); Max value from RGB is 235 - color contains mainly: blue. Hex color #A223EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A223EB is #5DDC14. Grayscale: #5F5F5F. Windows color (decimal): -6151189 or 15410082. OLE color: 15410082.

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

Color convert

RGB 162 35 235 -
CMYK 0.31 0.85 0 0.08
HSL 278.1º 0.83% 0.53% -
HSV(B) 278.1º 0.85% 0.92% -
XYZ 30.5 14.88 79.86 -
YUV 95.77 206.58 175.24 -
System Red Green Blue C M Y K H S L
Decimal 162 35 235 0.31 0.85 0 0.08 278.1 0.83 0.53
Hex A2 23 EB 1F 55 0 8 116 53 35
Octal 242 43 353 37 125 0 10 426 123 65
Binary 10100010 100011 11101011 11111 1010101 0 1000 100010110 1010011 110101

Color Harmonies of #A223EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A223EB

Black with #A223EB

Text Example


Text Example

White with #A223EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A223EB; }

 p { color: rgb(162,35,235); }

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

background-color css

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

 a { background-color: rgb(162,35,235); }

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

border-color css

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

 span { border-color: rgb(162,35,235); }

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