Html Css Color HEX #A948FF Blue Violet

📋 copy color: '#A948FF'

red 169 ◦ green 72 ◦ blue 255

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

Shades of Blue Violet #A948FF

Tints of Blue Violet #A948FF

RGB

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

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

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

R = 34.07%
G = 14.52%
B = 51.41%

CMYK

 C value IS 0.34

 M value IS 0.72

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A948FF (or 0xA948FF) is known color: Blue Violet. HEX triplet: A9, 48 and FF. RGB value is (169,72,255). Sum of RGB (Red+Green+Blue) = 169+72+255=496 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.07% from 496); Green value is 72 (28.52% from 255 or 14.52% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #A948FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A948FF is #56B700. Grayscale: #797979. Windows color (decimal): -5682945 or 16730281. OLE color: 16730281.

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

Color convert

RGB 169 72 255 -
CMYK 0.34 0.72 0 0
HSL 271.8º 1% 0.64% -
HSV(B) 271.8º 0.72% 1% -
XYZ 36.73 20.29 96.59 -
YUV 121.87 203.14 161.62 -
System Red Green Blue C M Y K H S L
Decimal 169 72 255 0.34 0.72 0 0 271.8 1 0.64
Hex A9 48 FF 22 48 0 0 110 64 40
Octal 251 110 377 42 110 0 0 420 144 100
Binary 10101001 1001000 11111111 100010 1001000 0 0 100010000 1100100 1000000

Color Harmonies of #A948FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A948FF

Black with #A948FF

Text Example


Text Example

White with #A948FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A948FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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