Html Css Color HEX #A828FB Blue Violet

📋 copy color: '#A828FB'

red 168 ◦ green 40 ◦ blue 251

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

Shades of Blue Violet #A828FB

Tints of Blue Violet #A828FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 54.68%

R = 36.6%
G = 8.71%
B = 54.68%

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

#A828FB (or 0xA828FB) is known color: Blue Violet. HEX triplet: A8, 28 and FB. RGB value is (168,40,251). Sum of RGB (Red+Green+Blue) = 168+40+251=459 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.60% from 459); Green value is 40 (16.02% from 255 or 8.71% from 459); Blue value is 251 (98.44% from 255 or 54.68% from 459); Max value from RGB is 251 - color contains mainly: blue. Hex color #A828FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A828FB is #57D704. Grayscale: #656565. Windows color (decimal): -5756677 or 16459944. OLE color: 16459944.

HSL color Cylindrical-coordinate representation of color #A828FB: hue angle of 276.4º degrees, saturation: 0.96, 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 #A828FB is Cyan = 0.33, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 168 40 251 -
CMYK 0.33 0.84 0 0.02
HSL 276.4º 0.96% 0.57% -
HSV(B) 276.4º 0.84% 0.98% -
XYZ 34.32 16.81 92.7 -
YUV 102.33 211.91 174.84 -
System Red Green Blue C M Y K H S L
Decimal 168 40 251 0.33 0.84 0 0.02 276.4 0.96 0.57
Hex A8 28 FB 21 54 0 2 114 60 39
Octal 250 50 373 41 124 0 2 424 140 71
Binary 10101000 101000 11111011 100001 1010100 0 10 100010100 1100000 111001

Color Harmonies of #A828FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A828FB

Black with #A828FB

Text Example


Text Example

White with #A828FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A828FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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