Html Css Color HEX #A885FD Light Slate Blue

📋 copy color: '#A885FD'

red 168 ◦ green 133 ◦ blue 253

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

Shades of Light Slate Blue #A885FD

Tints of Light Slate Blue #A885FD

RGB

 RED value IS 168 (66.02% from 255) = 30.32%

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

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

R = 30.32%
G = 24.01%
B = 45.67%

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

#A885FD (or 0xA885FD) is known color: Light Slate Blue. HEX triplet: A8, 85 and FD. RGB value is (168,133,253). Sum of RGB (Red+Green+Blue) = 168+133+253=554 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.32% from 554); Green value is 133 (52.34% from 255 or 24.01% from 554); Blue value is 253 (99.22% from 255 or 45.67% from 554); Max value from RGB is 253 - color contains mainly: blue. Hex color #A885FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A885FD is #577A02. Grayscale: #9C9C9C. Windows color (decimal): -5732867 or 16614824. OLE color: 16614824.

HSL color Cylindrical-coordinate representation of color #A885FD: hue angle of 257.5º 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 #A885FD is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 168 133 253 -
CMYK 0.34 0.47 0 0.01
HSL 257.5º 0.97% 0.76% -
HSV(B) 257.5º 0.47% 0.99% -
XYZ 42.27 32.19 96.91 -
YUV 157.15 182.1 135.74 -
System Red Green Blue C M Y K H S L
Decimal 168 133 253 0.34 0.47 0 0.01 257.5 0.97 0.76
Hex A8 85 FD 22 2F 0 1 102 61 4C
Octal 250 205 375 42 57 0 1 402 141 114
Binary 10101000 10000101 11111101 100010 101111 0 1 100000010 1100001 1001100

Color Harmonies of #A885FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A885FD

Black with #A885FD

Text Example


Text Example

White with #A885FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A885FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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