Html Css Color HEX #A095FF Light Slate Blue

📋 copy color: '#A095FF'

red 160 ◦ green 149 ◦ blue 255

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

Shades of Light Slate Blue #A095FF

Tints of Light Slate Blue #A095FF

RGB

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

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

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

R = 28.37%
G = 26.42%
B = 45.21%

CMYK

 C value IS 0.37

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A095FF (or 0xA095FF) is known color: Light Slate Blue. HEX triplet: A0, 95 and FF. RGB value is (160,149,255). Sum of RGB (Red+Green+Blue) = 160+149+255=564 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.37% from 564); Green value is 149 (58.59% from 255 or 26.42% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #A095FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A095FF is #5F6A00. Grayscale: #A3A3A3. Windows color (decimal): -6253057 or 16749984. OLE color: 16749984.

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

Color convert

RGB 160 149 255 -
CMYK 0.37 0.42 0 0
HSL 246.23º 1% 0.79% -
HSV(B) 246.23º 0.42% 1% -
XYZ 43.29 36.19 99.31 -
YUV 164.37 179.14 124.88 -
System Red Green Blue C M Y K H S L
Decimal 160 149 255 0.37 0.42 0 0 246.23 1 0.79
Hex A0 95 FF 25 2A 0 0 F6 64 4F
Octal 240 225 377 45 52 0 0 366 144 117
Binary 10100000 10010101 11111111 100101 101010 0 0 11110110 1100100 1001111

Color Harmonies of #A095FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A095FF

Black with #A095FF

Text Example


Text Example

White with #A095FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A095FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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