Html Css Color HEX #A849FD Blue Violet

📋 copy color: '#A849FD'

red 168 ◦ green 73 ◦ blue 253

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

Shades of Blue Violet #A849FD

Tints of Blue Violet #A849FD

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.78%

 BLUE value IS 253 (99.22% from 255) = 51.21%

R = 34.01%
G = 14.78%
B = 51.21%

CMYK

 C value IS 0.34

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A849FD (or 0xA849FD) is known color: Blue Violet. HEX triplet: A8, 49 and FD. RGB value is (168,73,253). Sum of RGB (Red+Green+Blue) = 168+73+253=494 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.01% from 494); Green value is 73 (28.91% from 255 or 14.78% from 494); Blue value is 253 (99.22% from 255 or 51.21% from 494); Max value from RGB is 253 - color contains mainly: blue. Hex color #A849FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A849FD is #57B602. Grayscale: #797979. Windows color (decimal): -5748227 or 16599464. OLE color: 16599464.

HSL color Cylindrical-coordinate representation of color #A849FD: hue angle of 271.67º degrees, saturation: 0.98, 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 #A849FD is Cyan = 0.34, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 168 73 253 -
CMYK 0.34 0.71 0 0.01
HSL 271.67º 0.98% 0.64% -
HSV(B) 271.67º 0.71% 0.99% -
XYZ 36.26 20.18 94.91 -
YUV 121.93 201.97 160.86 -
System Red Green Blue C M Y K H S L
Decimal 168 73 253 0.34 0.71 0 0.01 271.67 0.98 0.64
Hex A8 49 FD 22 47 0 1 110 62 40
Octal 250 111 375 42 107 0 1 420 142 100
Binary 10101000 1001001 11111101 100010 1000111 0 1 100010000 1100010 1000000

Color Harmonies of #A849FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A849FD

Black with #A849FD

Text Example


Text Example

White with #A849FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A849FD; }

 p { color: rgb(168,73,253); }

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

background-color css

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

 a { background-color: rgb(168,73,253); }

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

border-color css

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

 span { border-color: rgb(168,73,253); }

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