Html Css Color HEX #A889FC Light Slate Blue

📋 copy color: '#A889FC'

red 168 ◦ green 137 ◦ blue 252

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

Shades of Light Slate Blue #A889FC

Tints of Light Slate Blue #A889FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 45.24%

R = 30.16%
G = 24.6%
B = 45.24%

CMYK

 C value IS 0.33

 M value IS 0.46

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A889FC (or 0xA889FC) is known color: Light Slate Blue. HEX triplet: A8, 89 and FC. RGB value is (168,137,252). Sum of RGB (Red+Green+Blue) = 168+137+252=557 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.16% from 557); Green value is 137 (53.91% from 255 or 24.60% from 557); Blue value is 252 (98.83% from 255 or 45.24% from 557); Max value from RGB is 252 - color contains mainly: blue. Hex color #A889FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A889FC is #577603. Grayscale: #9E9E9E. Windows color (decimal): -5731844 or 16550312. OLE color: 16550312.

HSL color Cylindrical-coordinate representation of color #A889FC: hue angle of 256.17º degrees, saturation: 0.95, 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 #A889FC is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 168 137 252 -
CMYK 0.33 0.46 0 0.01
HSL 256.17º 0.95% 0.76% -
HSV(B) 256.17º 0.46% 0.99% -
XYZ 42.66 33.24 96.26 -
YUV 159.38 180.27 134.15 -
System Red Green Blue C M Y K H S L
Decimal 168 137 252 0.33 0.46 0 0.01 256.17 0.95 0.76
Hex A8 89 FC 21 2E 0 1 100 5F 4C
Octal 250 211 374 41 56 0 1 400 137 114
Binary 10101000 10001001 11111100 100001 101110 0 1 100000000 1011111 1001100

Color Harmonies of #A889FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A889FC

Black with #A889FC

Text Example


Text Example

White with #A889FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A889FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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