Html Css Color HEX #A824FC Blue Violet

📋 copy color: '#A824FC'

red 168 ◦ green 36 ◦ blue 252

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

Shades of Blue Violet #A824FC

Tints of Blue Violet #A824FC

RGB

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

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

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

R = 36.84%
G = 7.89%
B = 55.26%

CMYK

 C value IS 0.33

 M value IS 0.86

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A824FC (or 0xA824FC) is known color: Blue Violet. HEX triplet: A8, 24 and FC. RGB value is (168,36,252). Sum of RGB (Red+Green+Blue) = 168+36+252=456 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.84% from 456); Green value is 36 (14.45% from 255 or 7.89% from 456); Blue value is 252 (98.83% from 255 or 55.26% from 456); Max value from RGB is 252 - color contains mainly: blue. Hex color #A824FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A824FC is #57DB03. Grayscale: #636363. Windows color (decimal): -5757700 or 16524456. OLE color: 16524456.

HSL color Cylindrical-coordinate representation of color #A824FC: hue angle of 276.67º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A824FC is Cyan = 0.33, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 168 36 252 -
CMYK 0.33 0.86 0 0.01
HSL 276.67º 0.97% 0.56% -
HSV(B) 276.67º 0.86% 0.99% -
XYZ 34.35 16.61 93.49 -
YUV 100.09 213.73 176.44 -
System Red Green Blue C M Y K H S L
Decimal 168 36 252 0.33 0.86 0 0.01 276.67 0.97 0.56
Hex A8 24 FC 21 56 0 1 115 61 38
Octal 250 44 374 41 126 0 1 425 141 70
Binary 10101000 100100 11111100 100001 1010110 0 1 100010101 1100001 111000

Color Harmonies of #A824FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A824FC

Black with #A824FC

Text Example


Text Example

White with #A824FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A824FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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