Html Css Color HEX #A096FF Light Slate Blue

📋 copy color: '#A096FF'

red 160 ◦ green 150 ◦ blue 255

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

Shades of Light Slate Blue #A096FF

Tints of Light Slate Blue #A096FF

RGB

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

 GREEN value IS 150 (58.98% from 255) = 26.55%

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

R = 28.32%
G = 26.55%
B = 45.13%

CMYK

 C value IS 0.37

 M value IS 0.41

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A096FF (or 0xA096FF) is known color: Light Slate Blue. HEX triplet: A0, 96 and FF. RGB value is (160,150,255). Sum of RGB (Red+Green+Blue) = 160+150+255=565 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.32% from 565); Green value is 150 (58.98% from 255 or 26.55% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #A096FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A096FF is #5F6900. Grayscale: #A4A4A4. Windows color (decimal): -6252801 or 16750240. OLE color: 16750240.

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

Color convert

RGB 160 150 255 -
CMYK 0.37 0.41 0 0
HSL 245.71º 1% 0.79% -
HSV(B) 245.71º 0.41% 1% -
XYZ 43.45 36.51 99.36 -
YUV 164.96 178.81 124.46 -
System Red Green Blue C M Y K H S L
Decimal 160 150 255 0.37 0.41 0 0 245.71 1 0.79
Hex A0 96 FF 25 29 0 0 F6 64 4F
Octal 240 226 377 45 51 0 0 366 144 117
Binary 10100000 10010110 11111111 100101 101001 0 0 11110110 1100100 1001111

Color Harmonies of #A096FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A096FF

Black with #A096FF

Text Example


Text Example

White with #A096FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A096FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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