Html Css Color HEX #A828FD Blue Violet

📋 copy color: '#A828FD'

red 168 ◦ green 40 ◦ blue 253

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

Shades of Blue Violet #A828FD

Tints of Blue Violet #A828FD

RGB

 RED value IS 168 (66.02% from 255) = 36.44%

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

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

R = 36.44%
G = 8.68%
B = 54.88%

CMYK

 C value IS 0.34

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A828FD (or 0xA828FD) is known color: Blue Violet. HEX triplet: A8, 28 and FD. RGB value is (168,40,253). Sum of RGB (Red+Green+Blue) = 168+40+253=461 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.44% from 461); Green value is 40 (16.02% from 255 or 8.68% from 461); Blue value is 253 (99.22% from 255 or 54.88% from 461); Max value from RGB is 253 - color contains mainly: blue. Hex color #A828FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A828FD is #57D702. Grayscale: #656565. Windows color (decimal): -5756675 or 16591016. OLE color: 16591016.

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

Color convert

RGB 168 40 253 -
CMYK 0.34 0.84 0 0.01
HSL 276.06º 0.98% 0.57% -
HSV(B) 276.06º 0.84% 0.99% -
XYZ 34.64 16.93 94.37 -
YUV 102.55 212.91 174.68 -
System Red Green Blue C M Y K H S L
Decimal 168 40 253 0.34 0.84 0 0.01 276.06 0.98 0.57
Hex A8 28 FD 22 54 0 1 114 62 39
Octal 250 50 375 42 124 0 1 424 142 71
Binary 10101000 101000 11111101 100010 1010100 0 1 100010100 1100010 111001

Color Harmonies of #A828FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A828FD

Black with #A828FD

Text Example


Text Example

White with #A828FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A828FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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