Html Css Color HEX #A079FF Light Slate Blue

📋 copy color: '#A079FF'

red 160 ◦ green 121 ◦ blue 255

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

Shades of Light Slate Blue #A079FF

Tints of Light Slate Blue #A079FF

RGB

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

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

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

R = 29.85%
G = 22.57%
B = 47.57%

CMYK

 C value IS 0.37

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A079FF (or 0xA079FF) is known color: Light Slate Blue. HEX triplet: A0, 79 and FF. RGB value is (160,121,255). Sum of RGB (Red+Green+Blue) = 160+121+255=536 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.85% from 536); Green value is 121 (47.66% from 255 or 22.57% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #A079FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A079FF is #5F8600. Grayscale: #939393. Windows color (decimal): -6260225 or 16742816. OLE color: 16742816.

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

Color convert

RGB 160 121 255 -
CMYK 0.37 0.53 0 0
HSL 257.46º 1% 0.74% -
HSV(B) 257.46º 0.53% 1% -
XYZ 39.38 28.37 98.01 -
YUV 147.94 188.42 136.6 -
System Red Green Blue C M Y K H S L
Decimal 160 121 255 0.37 0.53 0 0 257.46 1 0.74
Hex A0 79 FF 25 35 0 0 101 64 4A
Octal 240 171 377 45 65 0 0 401 144 112
Binary 10100000 1111001 11111111 100101 110101 0 0 100000001 1100100 1001010

Color Harmonies of #A079FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A079FF

Black with #A079FF

Text Example


Text Example

White with #A079FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A079FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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