Html Css Color HEX #A075FE Light Slate Blue

📋 copy color: '#A075FE'

red 160 ◦ green 117 ◦ blue 254

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

Shades of Light Slate Blue #A075FE

Tints of Light Slate Blue #A075FE

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.03%

 BLUE value IS 254 (99.61% from 255) = 47.83%

R = 30.13%
G = 22.03%
B = 47.83%

CMYK

 C value IS 0.37

 M value IS 0.54

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A075FE (or 0xA075FE) is known color: Light Slate Blue. HEX triplet: A0, 75 and FE. RGB value is (160,117,254). Sum of RGB (Red+Green+Blue) = 160+117+254=531 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.13% from 531); Green value is 117 (46.09% from 255 or 22.03% from 531); Blue value is 254 (99.61% from 255 or 47.83% from 531); Max value from RGB is 254 - color contains mainly: blue. Hex color #A075FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A075FE is #5F8A01. Grayscale: #909090. Windows color (decimal): -6261250 or 16676256. OLE color: 16676256.

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

Color convert

RGB 160 117 254 -
CMYK 0.37 0.54 0 0.00
HSL 258.83º 0.99% 0.73% -
HSV(B) 258.83º 0.54% 1% -
XYZ 38.75 27.35 97 -
YUV 145.48 189.25 138.36 -
System Red Green Blue C M Y K H S L
Decimal 160 117 254 0.37 0.54 0 0.00 258.83 0.99 0.73
Hex A0 75 FE 25 36 0 0 103 63 49
Octal 240 165 376 45 66 0 0 403 143 111
Binary 10100000 1110101 11111110 100101 110110 0 0 100000011 1100011 1001001

Color Harmonies of #A075FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A075FE

Black with #A075FE

Text Example


Text Example

White with #A075FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A075FE; }

 p { color: rgb(160,117,254); }

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

background-color css

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

 a { background-color: rgb(160,117,254); }

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

border-color css

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

 span { border-color: rgb(160,117,254); }

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