Html Css Color HEX #A785FE Light Slate Blue

📋 copy color: '#A785FE'

red 167 ◦ green 133 ◦ blue 254

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

Shades of Light Slate Blue #A785FE

Tints of Light Slate Blue #A785FE

RGB

 RED value IS 167 (65.63% from 255) = 30.14%

 GREEN value IS 133 (52.34% from 255) = 24.01%

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

R = 30.14%
G = 24.01%
B = 45.85%

CMYK

 C value IS 0.34

 M value IS 0.48

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A785FE (or 0xA785FE) is known color: Light Slate Blue. HEX triplet: A7, 85 and FE. RGB value is (167,133,254). Sum of RGB (Red+Green+Blue) = 167+133+254=554 (73% of max value = 765). Red value is 167 (65.62% from 255 or 30.14% from 554); Green value is 133 (52.34% from 255 or 24.01% from 554); Blue value is 254 (99.61% from 255 or 45.85% from 554); Max value from RGB is 254 - color contains mainly: blue. Hex color #A785FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A785FE is #587A01. Grayscale: #9C9C9C. Windows color (decimal): -5798402 or 16680359. OLE color: 16680359.

HSL color Cylindrical-coordinate representation of color #A785FE: hue angle of 256.86º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A785FE is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 167 133 254 -
CMYK 0.34 0.48 0 0.00
HSL 256.86º 0.98% 0.76% -
HSV(B) 256.86º 0.48% 1% -
XYZ 42.21 32.15 97.75 -
YUV 156.96 182.76 135.16 -
System Red Green Blue C M Y K H S L
Decimal 167 133 254 0.34 0.48 0 0.00 256.86 0.98 0.76
Hex A7 85 FE 22 30 0 0 101 62 4C
Octal 247 205 376 42 60 0 0 401 142 114
Binary 10100111 10000101 11111110 100010 110000 0 0 100000001 1100010 1001100

Color Harmonies of #A785FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A785FE

Black with #A785FE

Text Example


Text Example

White with #A785FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A785FE; }

 p { color: rgb(167,133,254); }

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

background-color css

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

 a { background-color: rgb(167,133,254); }

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

border-color css

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

 span { border-color: rgb(167,133,254); }

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