Html Css Color HEX #A889FD Light Slate Blue

📋 copy color: '#A889FD'

red 168 ◦ green 137 ◦ blue 253

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

Shades of Light Slate Blue #A889FD

Tints of Light Slate Blue #A889FD

RGB

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

 GREEN value IS 137 (53.91% from 255) = 24.55%

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

R = 30.11%
G = 24.55%
B = 45.34%

CMYK

 C value IS 0.34

 M value IS 0.46

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A889FD (or 0xA889FD) is known color: Light Slate Blue. HEX triplet: A8, 89 and FD. RGB value is (168,137,253). Sum of RGB (Red+Green+Blue) = 168+137+253=558 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.11% from 558); Green value is 137 (53.91% from 255 or 24.55% from 558); Blue value is 253 (99.22% from 255 or 45.34% from 558); Max value from RGB is 253 - color contains mainly: blue. Hex color #A889FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A889FD is #577602. Grayscale: #9F9F9F. Windows color (decimal): -5731843 or 16615848. OLE color: 16615848.

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

Color convert

RGB 168 137 253 -
CMYK 0.34 0.46 0 0.01
HSL 256.03º 0.97% 0.76% -
HSV(B) 256.03º 0.46% 0.99% -
XYZ 42.82 33.31 97.1 -
YUV 159.49 180.77 134.07 -
System Red Green Blue C M Y K H S L
Decimal 168 137 253 0.34 0.46 0 0.01 256.03 0.97 0.76
Hex A8 89 FD 22 2E 0 1 100 61 4C
Octal 250 211 375 42 56 0 1 400 141 114
Binary 10101000 10001001 11111101 100010 101110 0 1 100000000 1100001 1001100

Color Harmonies of #A889FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A889FD

Black with #A889FD

Text Example


Text Example

White with #A889FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A889FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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