Html Css Color HEX #A079F9 Light Slate Blue

📋 copy color: '#A079F9'

red 160 ◦ green 121 ◦ blue 249

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

Shades of Light Slate Blue #A079F9

Tints of Light Slate Blue #A079F9

RGB

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

 GREEN value IS 121 (47.66% from 255) = 22.83%

 BLUE value IS 249 (97.66% from 255) = 46.98%

R = 30.19%
G = 22.83%
B = 46.98%

CMYK

 C value IS 0.36

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A079F9 (or 0xA079F9) is known color: Light Slate Blue. HEX triplet: A0, 79 and F9. RGB value is (160,121,249). Sum of RGB (Red+Green+Blue) = 160+121+249=530 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.19% from 530); Green value is 121 (47.66% from 255 or 22.83% from 530); Blue value is 249 (97.66% from 255 or 46.98% from 530); Max value from RGB is 249 - color contains mainly: blue. Hex color #A079F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A079F9 is #5F8606. Grayscale: #929292. Windows color (decimal): -6260231 or 16349600. OLE color: 16349600.

HSL color Cylindrical-coordinate representation of color #A079F9: hue angle of 258.28º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A079F9 is Cyan = 0.36, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 160 121 249 -
CMYK 0.36 0.51 0 0.02
HSL 258.28º 0.91% 0.73% -
HSV(B) 258.28º 0.51% 0.98% -
XYZ 38.43 27.99 93 -
YUV 147.25 185.42 137.09 -
System Red Green Blue C M Y K H S L
Decimal 160 121 249 0.36 0.51 0 0.02 258.28 0.91 0.73
Hex A0 79 F9 24 33 0 2 102 5B 49
Octal 240 171 371 44 63 0 2 402 133 111
Binary 10100000 1111001 11111001 100100 110011 0 10 100000010 1011011 1001001

Color Harmonies of #A079F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A079F9

Black with #A079F9

Text Example


Text Example

White with #A079F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A079F9; }

 p { color: rgb(160,121,249); }

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

background-color css

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

 a { background-color: rgb(160,121,249); }

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

border-color css

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

 span { border-color: rgb(160,121,249); }

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