Html Css Color HEX #A824FF Blue Violet

📋 copy color: '#A824FF'

red 168 ◦ green 36 ◦ blue 255

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

Shades of Blue Violet #A824FF

Tints of Blue Violet #A824FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 55.56%

R = 36.6%
G = 7.84%
B = 55.56%

CMYK

 C value IS 0.34

 M value IS 0.86

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A824FF (or 0xA824FF) is known color: Blue Violet. HEX triplet: A8, 24 and FF. RGB value is (168,36,255). Sum of RGB (Red+Green+Blue) = 168+36+255=459 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.60% from 459); Green value is 36 (14.45% from 255 or 7.84% from 459); Blue value is 255 (100% from 255 or 55.56% from 459); Max value from RGB is 255 - color contains mainly: blue. Hex color #A824FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A824FF is #57DB00. Grayscale: #636363. Windows color (decimal): -5757697 or 16721064. OLE color: 16721064.

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

Color convert

RGB 168 36 255 -
CMYK 0.34 0.86 0 0
HSL 276.16º 1% 0.57% -
HSV(B) 276.16º 0.86% 1% -
XYZ 34.83 16.81 96.02 -
YUV 100.43 215.23 176.19 -
System Red Green Blue C M Y K H S L
Decimal 168 36 255 0.34 0.86 0 0 276.16 1 0.57
Hex A8 24 FF 22 56 0 0 114 64 39
Octal 250 44 377 42 126 0 0 424 144 71
Binary 10101000 100100 11111111 100010 1010110 0 0 100010100 1100100 111001

Color Harmonies of #A824FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A824FF

Black with #A824FF

Text Example


Text Example

White with #A824FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A824FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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