Html Css Color HEX #A04FFF Light Slate Blue

📋 copy color: '#A04FFF'

red 160 ◦ green 79 ◦ blue 255

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

Shades of Light Slate Blue #A04FFF

Tints of Light Slate Blue #A04FFF

RGB

 RED value IS 160 (62.89% from 255) = 32.39%

 GREEN value IS 79 (31.25% from 255) = 15.99%

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

R = 32.39%
G = 15.99%
B = 51.62%

CMYK

 C value IS 0.37

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A04FFF (or 0xA04FFF) is known color: Light Slate Blue. HEX triplet: A0, 4F and FF. RGB value is (160,79,255). Sum of RGB (Red+Green+Blue) = 160+79+255=494 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.39% from 494); Green value is 79 (31.25% from 255 or 15.99% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #A04FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A04FFF is #5FB000. Grayscale: #7A7A7A. Windows color (decimal): -6270977 or 16732064. OLE color: 16732064.

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

Color convert

RGB 160 79 255 -
CMYK 0.37 0.69 0 0
HSL 267.61º 1% 0.65% -
HSV(B) 267.61º 0.69% 1% -
XYZ 35.34 20.29 96.66 -
YUV 123.28 202.34 154.19 -
System Red Green Blue C M Y K H S L
Decimal 160 79 255 0.37 0.69 0 0 267.61 1 0.65
Hex A0 4F FF 25 45 0 0 10C 64 41
Octal 240 117 377 45 105 0 0 414 144 101
Binary 10100000 1001111 11111111 100101 1000101 0 0 100001100 1100100 1000001

Color Harmonies of #A04FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04FFF

Black with #A04FFF

Text Example


Text Example

White with #A04FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04FFF; }

 p { color: rgb(160,79,255); }

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

background-color css

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

 a { background-color: rgb(160,79,255); }

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

border-color css

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

 span { border-color: rgb(160,79,255); }

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