Html Css Color HEX #A223ED Blue Violet

📋 copy color: '#A223ED'

red 162 ◦ green 35 ◦ blue 237

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

Shades of Blue Violet #A223ED

Tints of Blue Violet #A223ED

RGB

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

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

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

R = 37.33%
G = 8.06%
B = 54.61%

CMYK

 C value IS 0.32

 M value IS 0.85

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A223ED (or 0xA223ED) is known color: Blue Violet. HEX triplet: A2, 23 and ED. RGB value is (162,35,237). Sum of RGB (Red+Green+Blue) = 162+35+237=434 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.33% from 434); Green value is 35 (14.06% from 255 or 8.06% from 434); Blue value is 237 (92.97% from 255 or 54.61% from 434); Max value from RGB is 237 - color contains mainly: blue. Hex color #A223ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A223ED is #5DDC12. Grayscale: #5F5F5F. Windows color (decimal): -6151187 or 15541154. OLE color: 15541154.

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

Color convert

RGB 162 35 237 -
CMYK 0.32 0.85 0 0.07
HSL 277.72º 0.85% 0.53% -
HSV(B) 277.72º 0.85% 0.93% -
XYZ 30.79 15 81.39 -
YUV 96 207.58 175.07 -
System Red Green Blue C M Y K H S L
Decimal 162 35 237 0.32 0.85 0 0.07 277.72 0.85 0.53
Hex A2 23 ED 20 55 0 7 116 55 35
Octal 242 43 355 40 125 0 7 426 125 65
Binary 10100010 100011 11101101 100000 1010101 0 111 100010110 1010101 110101

Color Harmonies of #A223ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A223ED

Black with #A223ED

Text Example


Text Example

White with #A223ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A223ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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