Html Css Color HEX #A848FC Blue Violet

📋 copy color: '#A848FC'

red 168 ◦ green 72 ◦ blue 252

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

Shades of Blue Violet #A848FC

Tints of Blue Violet #A848FC

RGB

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

 GREEN value IS 72 (28.52% from 255) = 14.63%

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

R = 34.15%
G = 14.63%
B = 51.22%

CMYK

 C value IS 0.33

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A848FC (or 0xA848FC) is known color: Blue Violet. HEX triplet: A8, 48 and FC. RGB value is (168,72,252). Sum of RGB (Red+Green+Blue) = 168+72+252=492 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.15% from 492); Green value is 72 (28.52% from 255 or 14.63% from 492); Blue value is 252 (98.83% from 255 or 51.22% from 492); Max value from RGB is 252 - color contains mainly: blue. Hex color #A848FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A848FC is #57B703. Grayscale: #787878. Windows color (decimal): -5748484 or 16533672. OLE color: 16533672.

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

Color convert

RGB 168 72 252 -
CMYK 0.33 0.71 0 0.01
HSL 272º 0.97% 0.64% -
HSV(B) 272º 0.71% 0.99% -
XYZ 36.04 19.99 94.05 -
YUV 121.22 201.8 161.36 -
System Red Green Blue C M Y K H S L
Decimal 168 72 252 0.33 0.71 0 0.01 272 0.97 0.64
Hex A8 48 FC 21 47 0 1 110 61 40
Octal 250 110 374 41 107 0 1 420 141 100
Binary 10101000 1001000 11111100 100001 1000111 0 1 100010000 1100001 1000000

Color Harmonies of #A848FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A848FC

Black with #A848FC

Text Example


Text Example

White with #A848FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A848FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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