Html Css Color HEX #A028FD Blue Violet

📋 copy color: '#A028FD'

red 160 ◦ green 40 ◦ blue 253

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

Shades of Blue Violet #A028FD

Tints of Blue Violet #A028FD

RGB

 RED value IS 160 (62.89% from 255) = 35.32%

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

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

R = 35.32%
G = 8.83%
B = 55.85%

CMYK

 C value IS 0.37

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A028FD (or 0xA028FD) is known color: Blue Violet. HEX triplet: A0, 28 and FD. RGB value is (160,40,253). Sum of RGB (Red+Green+Blue) = 160+40+253=453 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.32% from 453); Green value is 40 (16.02% from 255 or 8.83% from 453); Blue value is 253 (99.22% from 255 or 55.85% from 453); Max value from RGB is 253 - color contains mainly: blue. Hex color #A028FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A028FD is #5FD702. Grayscale: #636363. Windows color (decimal): -6280963 or 16591008. OLE color: 16591008.

HSL color Cylindrical-coordinate representation of color #A028FD: hue angle of 273.8º 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 #A028FD is Cyan = 0.37, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 160 40 253 -
CMYK 0.37 0.84 0 0.01
HSL 273.8º 0.98% 0.57% -
HSV(B) 273.8º 0.84% 0.99% -
XYZ 32.99 16.08 94.29 -
YUV 100.16 214.26 170.68 -
System Red Green Blue C M Y K H S L
Decimal 160 40 253 0.37 0.84 0 0.01 273.8 0.98 0.57
Hex A0 28 FD 25 54 0 1 112 62 39
Octal 240 50 375 45 124 0 1 422 142 71
Binary 10100000 101000 11111101 100101 1010100 0 1 100010010 1100010 111001

Color Harmonies of #A028FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A028FD

Black with #A028FD

Text Example


Text Example

White with #A028FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A028FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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