Html Css Color HEX #A228FD Blue Violet

📋 copy color: '#A228FD'

red 162 ◦ green 40 ◦ blue 253

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

Shades of Blue Violet #A228FD

Tints of Blue Violet #A228FD

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.79%

 BLUE value IS 253 (99.22% from 255) = 55.6%

R = 35.6%
G = 8.79%
B = 55.6%

CMYK

 C value IS 0.36

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A228FD (or 0xA228FD) is known color: Blue Violet. HEX triplet: A2, 28 and FD. RGB value is (162,40,253). Sum of RGB (Red+Green+Blue) = 162+40+253=455 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.60% from 455); Green value is 40 (16.02% from 255 or 8.79% from 455); Blue value is 253 (99.22% from 255 or 55.60% from 455); Max value from RGB is 253 - color contains mainly: blue. Hex color #A228FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A228FD is #5DD702. Grayscale: #646464. Windows color (decimal): -6149891 or 16591010. OLE color: 16591010.

HSL color Cylindrical-coordinate representation of color #A228FD: hue angle of 274.37º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A228FD is Cyan = 0.36, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 162 40 253 -
CMYK 0.36 0.84 0 0.01
HSL 274.37º 0.98% 0.57% -
HSV(B) 274.37º 0.84% 0.99% -
XYZ 33.39 16.29 94.31 -
YUV 100.76 213.92 171.68 -
System Red Green Blue C M Y K H S L
Decimal 162 40 253 0.36 0.84 0 0.01 274.37 0.98 0.57
Hex A2 28 FD 24 54 0 1 112 62 39
Octal 242 50 375 44 124 0 1 422 142 71
Binary 10100010 101000 11111101 100100 1010100 0 1 100010010 1100010 111001

Color Harmonies of #A228FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A228FD

Black with #A228FD

Text Example


Text Example

White with #A228FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A228FD; }

 p { color: rgb(162,40,253); }

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

background-color css

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

 a { background-color: rgb(162,40,253); }

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

border-color css

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

 span { border-color: rgb(162,40,253); }

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