Html Css Color HEX #A079FC Light Slate Blue

📋 copy color: '#A079FC'

red 160 ◦ green 121 ◦ blue 252

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

Shades of Light Slate Blue #A079FC

Tints of Light Slate Blue #A079FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 47.28%

R = 30.02%
G = 22.7%
B = 47.28%

CMYK

 C value IS 0.37

 M value IS 0.52

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A079FC (or 0xA079FC) is known color: Light Slate Blue. HEX triplet: A0, 79 and FC. RGB value is (160,121,252). Sum of RGB (Red+Green+Blue) = 160+121+252=533 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.02% from 533); Green value is 121 (47.66% from 255 or 22.70% from 533); Blue value is 252 (98.83% from 255 or 47.28% from 533); Max value from RGB is 252 - color contains mainly: blue. Hex color #A079FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A079FC is #5F8603. Grayscale: #939393. Windows color (decimal): -6260228 or 16546208. OLE color: 16546208.

HSL color Cylindrical-coordinate representation of color #A079FC: hue angle of 257.86º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A079FC is Cyan = 0.37, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 160 121 252 -
CMYK 0.37 0.52 0 0.01
HSL 257.86º 0.96% 0.73% -
HSV(B) 257.86º 0.52% 0.99% -
XYZ 38.91 28.18 95.48 -
YUV 147.6 186.92 136.85 -
System Red Green Blue C M Y K H S L
Decimal 160 121 252 0.37 0.52 0 0.01 257.86 0.96 0.73
Hex A0 79 FC 25 34 0 1 102 60 49
Octal 240 171 374 45 64 0 1 402 140 111
Binary 10100000 1111001 11111100 100101 110100 0 1 100000010 1100000 1001001

Color Harmonies of #A079FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A079FC

Black with #A079FC

Text Example


Text Example

White with #A079FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A079FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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