Html Css Color HEX #A948FE Blue Violet

📋 copy color: '#A948FE'

red 169 ◦ green 72 ◦ blue 254

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

Shades of Blue Violet #A948FE

Tints of Blue Violet #A948FE

RGB

 RED value IS 169 (66.41% from 255) = 34.14%

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

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

R = 34.14%
G = 14.55%
B = 51.31%

CMYK

 C value IS 0.33

 M value IS 0.72

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A948FE (or 0xA948FE) is known color: Blue Violet. HEX triplet: A9, 48 and FE. RGB value is (169,72,254). Sum of RGB (Red+Green+Blue) = 169+72+254=495 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.14% from 495); Green value is 72 (28.52% from 255 or 14.55% from 495); Blue value is 254 (99.61% from 255 or 51.31% from 495); Max value from RGB is 254 - color contains mainly: blue. Hex color #A948FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A948FE is #56B701. Grayscale: #797979. Windows color (decimal): -5682946 or 16664745. OLE color: 16664745.

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

Color convert

RGB 169 72 254 -
CMYK 0.33 0.72 0 0.00
HSL 271.98º 0.99% 0.64% -
HSV(B) 271.98º 0.72% 1% -
XYZ 36.57 20.23 95.74 -
YUV 121.75 202.64 161.7 -
System Red Green Blue C M Y K H S L
Decimal 169 72 254 0.33 0.72 0 0.00 271.98 0.99 0.64
Hex A9 48 FE 21 48 0 0 110 63 40
Octal 251 110 376 41 110 0 0 420 143 100
Binary 10101001 1001000 11111110 100001 1001000 0 0 100010000 1100011 1000000

Color Harmonies of #A948FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A948FE

Black with #A948FE

Text Example


Text Example

White with #A948FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A948FE; }

 p { color: rgb(169,72,254); }

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

background-color css

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

 a { background-color: rgb(169,72,254); }

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

border-color css

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

 span { border-color: rgb(169,72,254); }

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