Html Css Color HEX #A095FC Light Slate Blue

📋 copy color: '#A095FC'

red 160 ◦ green 149 ◦ blue 252

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

Shades of Light Slate Blue #A095FC

Tints of Light Slate Blue #A095FC

RGB

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

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

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

R = 28.52%
G = 26.56%
B = 44.92%

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

#A095FC (or 0xA095FC) is known color: Light Slate Blue. HEX triplet: A0, 95 and FC. RGB value is (160,149,252). Sum of RGB (Red+Green+Blue) = 160+149+252=561 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.52% from 561); Green value is 149 (58.59% from 255 or 26.56% from 561); Blue value is 252 (98.83% from 255 or 44.92% from 561); Max value from RGB is 252 - color contains mainly: blue. Hex color #A095FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A095FC is #5F6A03. Grayscale: #A3A3A3. Windows color (decimal): -6253060 or 16553376. OLE color: 16553376.

HSL color Cylindrical-coordinate representation of color #A095FC: hue angle of 246.41º degrees, saturation: 0.94, 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 #A095FC is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 160 149 252 -
CMYK 0.37 0.41 0 0.01
HSL 246.41º 0.94% 0.79% -
HSV(B) 246.41º 0.41% 0.99% -
XYZ 42.82 36 96.79 -
YUV 164.03 177.64 125.12 -
System Red Green Blue C M Y K H S L
Decimal 160 149 252 0.37 0.41 0 0.01 246.41 0.94 0.79
Hex A0 95 FC 25 29 0 1 F6 5E 4F
Octal 240 225 374 45 51 0 1 366 136 117
Binary 10100000 10010101 11111100 100101 101001 0 1 11110110 1011110 1001111

Color Harmonies of #A095FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A095FC

Black with #A095FC

Text Example


Text Example

White with #A095FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A095FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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