Html Css Color HEX #A828F8 Blue Violet

📋 copy color: '#A828F8'

red 168 ◦ green 40 ◦ blue 248

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

Shades of Blue Violet #A828F8

Tints of Blue Violet #A828F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 54.39%

R = 36.84%
G = 8.77%
B = 54.39%

CMYK

 C value IS 0.32

 M value IS 0.84

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A828F8 (or 0xA828F8) is known color: Blue Violet. HEX triplet: A8, 28 and F8. RGB value is (168,40,248). Sum of RGB (Red+Green+Blue) = 168+40+248=456 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.84% from 456); Green value is 40 (16.02% from 255 or 8.77% from 456); Blue value is 248 (97.27% from 255 or 54.39% from 456); Max value from RGB is 248 - color contains mainly: blue. Hex color #A828F8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A828F8 is #57D707. Grayscale: #656565. Windows color (decimal): -5756680 or 16263336. OLE color: 16263336.

HSL color Cylindrical-coordinate representation of color #A828F8: hue angle of 276.92º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A828F8 is Cyan = 0.32, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 168 40 248 -
CMYK 0.32 0.84 0 0.03
HSL 276.92º 0.94% 0.56% -
HSV(B) 276.92º 0.84% 0.97% -
XYZ 33.85 16.62 90.23 -
YUV 101.98 210.41 175.09 -
System Red Green Blue C M Y K H S L
Decimal 168 40 248 0.32 0.84 0 0.03 276.92 0.94 0.56
Hex A8 28 F8 20 54 0 3 115 5E 38
Octal 250 50 370 40 124 0 3 425 136 70
Binary 10101000 101000 11111000 100000 1010100 0 11 100010101 1011110 111000

Color Harmonies of #A828F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A828F8

Black with #A828F8

Text Example


Text Example

White with #A828F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A828F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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