Html Css Color HEX #A828FC Blue Violet

📋 copy color: '#A828FC'

red 168 ◦ green 40 ◦ blue 252

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

Shades of Blue Violet #A828FC

Tints of Blue Violet #A828FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 54.78%

R = 36.52%
G = 8.7%
B = 54.78%

CMYK

 C value IS 0.33

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A828FC (or 0xA828FC) is known color: Blue Violet. HEX triplet: A8, 28 and FC. RGB value is (168,40,252). Sum of RGB (Red+Green+Blue) = 168+40+252=460 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.52% from 460); Green value is 40 (16.02% from 255 or 8.70% from 460); Blue value is 252 (98.83% from 255 or 54.78% from 460); Max value from RGB is 252 - color contains mainly: blue. Hex color #A828FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A828FC is #57D703. Grayscale: #656565. Windows color (decimal): -5756676 or 16525480. OLE color: 16525480.

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

Color convert

RGB 168 40 252 -
CMYK 0.33 0.84 0 0.01
HSL 276.23º 0.97% 0.57% -
HSV(B) 276.23º 0.84% 0.99% -
XYZ 34.48 16.87 93.53 -
YUV 102.44 212.41 174.76 -
System Red Green Blue C M Y K H S L
Decimal 168 40 252 0.33 0.84 0 0.01 276.23 0.97 0.57
Hex A8 28 FC 21 54 0 1 114 61 39
Octal 250 50 374 41 124 0 1 424 141 71
Binary 10101000 101000 11111100 100001 1010100 0 1 100010100 1100001 111001

Color Harmonies of #A828FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A828FC

Black with #A828FC

Text Example


Text Example

White with #A828FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A828FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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