Html Css Color HEX #A05FFD Light Slate Blue

📋 copy color: '#A05FFD'

red 160 ◦ green 95 ◦ blue 253

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

Shades of Light Slate Blue #A05FFD

Tints of Light Slate Blue #A05FFD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.7%

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

R = 31.5%
G = 18.7%
B = 49.8%

CMYK

 C value IS 0.37

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A05FFD (or 0xA05FFD) is known color: Light Slate Blue. HEX triplet: A0, 5F and FD. RGB value is (160,95,253). Sum of RGB (Red+Green+Blue) = 160+95+253=508 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.50% from 508); Green value is 95 (37.5% from 255 or 18.70% from 508); Blue value is 253 (99.22% from 255 or 49.80% from 508); Max value from RGB is 253 - color contains mainly: blue. Hex color #A05FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A05FFD is #5FA002. Grayscale: #838383. Windows color (decimal): -6266883 or 16605088. OLE color: 16605088.

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

Color convert

RGB 160 95 253 -
CMYK 0.37 0.62 0 0.01
HSL 264.68º 0.98% 0.68% -
HSV(B) 264.68º 0.62% 0.99% -
XYZ 36.32 22.75 95.41 -
YUV 132.45 196.03 147.65 -
System Red Green Blue C M Y K H S L
Decimal 160 95 253 0.37 0.62 0 0.01 264.68 0.98 0.68
Hex A0 5F FD 25 3E 0 1 109 62 44
Octal 240 137 375 45 76 0 1 411 142 104
Binary 10100000 1011111 11111101 100101 111110 0 1 100001001 1100010 1000100

Color Harmonies of #A05FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05FFD

Black with #A05FFD

Text Example


Text Example

White with #A05FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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