Html Css Color HEX #A785FD Light Slate Blue

📋 copy color: '#A785FD'

red 167 ◦ green 133 ◦ blue 253

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

Shades of Light Slate Blue #A785FD

Tints of Light Slate Blue #A785FD

RGB

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

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

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

R = 30.2%
G = 24.05%
B = 45.75%

CMYK

 C value IS 0.34

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A785FD (or 0xA785FD) is known color: Light Slate Blue. HEX triplet: A7, 85 and FD. RGB value is (167,133,253). Sum of RGB (Red+Green+Blue) = 167+133+253=553 (73% of max value = 765). Red value is 167 (65.62% from 255 or 30.20% from 553); Green value is 133 (52.34% from 255 or 24.05% from 553); Blue value is 253 (99.22% from 255 or 45.75% from 553); Max value from RGB is 253 - color contains mainly: blue. Hex color #A785FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A785FD is #587A02. Grayscale: #9C9C9C. Windows color (decimal): -5798403 or 16614823. OLE color: 16614823.

HSL color Cylindrical-coordinate representation of color #A785FD: hue angle of 257º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A785FD is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 167 133 253 -
CMYK 0.34 0.47 0 0.01
HSL 257º 0.97% 0.76% -
HSV(B) 257º 0.47% 0.99% -
XYZ 42.05 32.08 96.9 -
YUV 156.85 182.26 135.24 -
System Red Green Blue C M Y K H S L
Decimal 167 133 253 0.34 0.47 0 0.01 257 0.97 0.76
Hex A7 85 FD 22 2F 0 1 101 61 4C
Octal 247 205 375 42 57 0 1 401 141 114
Binary 10100111 10000101 11111101 100010 101111 0 1 100000001 1100001 1001100

Color Harmonies of #A785FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A785FD

Black with #A785FD

Text Example


Text Example

White with #A785FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A785FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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