Html Css Color HEX #A828FF Blue Violet

📋 copy color: '#A828FF'

red 168 ◦ green 40 ◦ blue 255

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

Shades of Blue Violet #A828FF

Tints of Blue Violet #A828FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 55.08%

R = 36.29%
G = 8.64%
B = 55.08%

CMYK

 C value IS 0.34

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A828FF (or 0xA828FF) is known color: Blue Violet. HEX triplet: A8, 28 and FF. RGB value is (168,40,255). Sum of RGB (Red+Green+Blue) = 168+40+255=463 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.29% from 463); Green value is 40 (16.02% from 255 or 8.64% from 463); Blue value is 255 (100% from 255 or 55.08% from 463); Max value from RGB is 255 - color contains mainly: blue. Hex color #A828FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A828FF is #57D700. Grayscale: #666666. Windows color (decimal): -5756673 or 16722088. OLE color: 16722088.

HSL color Cylindrical-coordinate representation of color #A828FF: hue angle of 275.72º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A828FF is Cyan = 0.34, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 168 40 255 -
CMYK 0.34 0.84 0 0
HSL 275.72º 1% 0.58% -
HSV(B) 275.72º 0.84% 1% -
XYZ 34.96 17.06 96.06 -
YUV 102.78 213.91 174.52 -
System Red Green Blue C M Y K H S L
Decimal 168 40 255 0.34 0.84 0 0 275.72 1 0.58
Hex A8 28 FF 22 54 0 0 114 64 3A
Octal 250 50 377 42 124 0 0 424 144 72
Binary 10101000 101000 11111111 100010 1010100 0 0 100010100 1100100 111010

Color Harmonies of #A828FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A828FF

Black with #A828FF

Text Example


Text Example

White with #A828FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A828FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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