Html Css Color HEX #A828FA Blue Violet

📋 copy color: '#A828FA'

red 168 ◦ green 40 ◦ blue 250

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

Shades of Blue Violet #A828FA

Tints of Blue Violet #A828FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 54.59%

R = 36.68%
G = 8.73%
B = 54.59%

CMYK

 C value IS 0.33

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A828FA (or 0xA828FA) is known color: Blue Violet. HEX triplet: A8, 28 and FA. RGB value is (168,40,250). Sum of RGB (Red+Green+Blue) = 168+40+250=458 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.68% from 458); Green value is 40 (16.02% from 255 or 8.73% from 458); Blue value is 250 (98.05% from 255 or 54.59% from 458); Max value from RGB is 250 - color contains mainly: blue. Hex color #A828FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A828FA is #57D705. Grayscale: #656565. Windows color (decimal): -5756678 or 16394408. OLE color: 16394408.

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

Color convert

RGB 168 40 250 -
CMYK 0.33 0.84 0 0.02
HSL 276.57º 0.95% 0.57% -
HSV(B) 276.57º 0.84% 0.98% -
XYZ 34.16 16.74 91.87 -
YUV 102.21 211.41 174.92 -
System Red Green Blue C M Y K H S L
Decimal 168 40 250 0.33 0.84 0 0.02 276.57 0.95 0.57
Hex A8 28 FA 21 54 0 2 115 5F 39
Octal 250 50 372 41 124 0 2 425 137 71
Binary 10101000 101000 11111010 100001 1010100 0 10 100010101 1011111 111001

Color Harmonies of #A828FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A828FA

Black with #A828FA

Text Example


Text Example

White with #A828FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A828FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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