Html Css Color HEX #A095FD Light Slate Blue

📋 copy color: '#A095FD'

red 160 ◦ green 149 ◦ blue 253

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

Shades of Light Slate Blue #A095FD

Tints of Light Slate Blue #A095FD

RGB

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

 GREEN value IS 149 (58.59% from 255) = 26.51%

 BLUE value IS 253 (99.22% from 255) = 45.02%

R = 28.47%
G = 26.51%
B = 45.02%

CMYK

 C value IS 0.37

 M value IS 0.41

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A095FD (or 0xA095FD) is known color: Light Slate Blue. HEX triplet: A0, 95 and FD. RGB value is (160,149,253). Sum of RGB (Red+Green+Blue) = 160+149+253=562 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.47% from 562); Green value is 149 (58.59% from 255 or 26.51% from 562); Blue value is 253 (99.22% from 255 or 45.02% from 562); Max value from RGB is 253 - color contains mainly: blue. Hex color #A095FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A095FD is #5F6A02. Grayscale: #A3A3A3. Windows color (decimal): -6253059 or 16618912. OLE color: 16618912.

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

Color convert

RGB 160 149 253 -
CMYK 0.37 0.41 0 0.01
HSL 246.35º 0.96% 0.79% -
HSV(B) 246.35º 0.41% 0.99% -
XYZ 42.97 36.06 97.62 -
YUV 164.15 178.14 125.04 -
System Red Green Blue C M Y K H S L
Decimal 160 149 253 0.37 0.41 0 0.01 246.35 0.96 0.79
Hex A0 95 FD 25 29 0 1 F6 60 4F
Octal 240 225 375 45 51 0 1 366 140 117
Binary 10100000 10010101 11111101 100101 101001 0 1 11110110 1100000 1001111

Color Harmonies of #A095FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A095FD

Black with #A095FD

Text Example


Text Example

White with #A095FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A095FD; }

 p { color: rgb(160,149,253); }

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

background-color css

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

 a { background-color: rgb(160,149,253); }

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

border-color css

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

 span { border-color: rgb(160,149,253); }

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