Html Css Color HEX #A824FE Blue Violet

📋 copy color: '#A824FE'

red 168 ◦ green 36 ◦ blue 254

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

Shades of Blue Violet #A824FE

Tints of Blue Violet #A824FE

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.86%

 BLUE value IS 254 (99.61% from 255) = 55.46%

R = 36.68%
G = 7.86%
B = 55.46%

CMYK

 C value IS 0.34

 M value IS 0.86

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A824FE (or 0xA824FE) is known color: Blue Violet. HEX triplet: A8, 24 and FE. RGB value is (168,36,254). Sum of RGB (Red+Green+Blue) = 168+36+254=458 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.68% from 458); Green value is 36 (14.45% from 255 or 7.86% from 458); Blue value is 254 (99.61% from 255 or 55.46% from 458); Max value from RGB is 254 - color contains mainly: blue. Hex color #A824FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A824FE is #57DB01. Grayscale: #636363. Windows color (decimal): -5757698 or 16655528. OLE color: 16655528.

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

Color convert

RGB 168 36 254 -
CMYK 0.34 0.86 0 0.00
HSL 276.33º 0.99% 0.57% -
HSV(B) 276.33º 0.86% 1% -
XYZ 34.67 16.74 95.17 -
YUV 100.32 214.73 176.27 -
System Red Green Blue C M Y K H S L
Decimal 168 36 254 0.34 0.86 0 0.00 276.33 0.99 0.57
Hex A8 24 FE 22 56 0 0 114 63 39
Octal 250 44 376 42 126 0 0 424 143 71
Binary 10101000 100100 11111110 100010 1010110 0 0 100010100 1100011 111001

Color Harmonies of #A824FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A824FE

Black with #A824FE

Text Example


Text Example

White with #A824FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A824FE; }

 p { color: rgb(168,36,254); }

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

background-color css

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

 a { background-color: rgb(168,36,254); }

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

border-color css

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

 span { border-color: rgb(168,36,254); }

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