Html Css Color HEX #A98BFF Light Slate Blue

📋 copy color: '#A98BFF'

red 169 ◦ green 139 ◦ blue 255

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

Shades of Light Slate Blue #A98BFF

Tints of Light Slate Blue #A98BFF

RGB

 RED value IS 169 (66.41% from 255) = 30.02%

 GREEN value IS 139 (54.69% from 255) = 24.69%

 BLUE value IS 255 (100% from 255) = 45.29%

R = 30.02%
G = 24.69%
B = 45.29%

CMYK

 C value IS 0.34

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A98BFF (or 0xA98BFF) is known color: Light Slate Blue. HEX triplet: A9, 8B and FF. RGB value is (169,139,255). Sum of RGB (Red+Green+Blue) = 169+139+255=563 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.02% from 563); Green value is 139 (54.69% from 255 or 24.69% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #A98BFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A98BFF is #567400. Grayscale: #A0A0A0. Windows color (decimal): -5665793 or 16747433. OLE color: 16747433.

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

Color convert

RGB 169 139 255 -
CMYK 0.34 0.45 0 0
HSL 255.52º 1% 0.77% -
HSV(B) 255.52º 0.45% 1% -
XYZ 43.64 34.12 98.89 -
YUV 161.19 180.94 133.57 -
System Red Green Blue C M Y K H S L
Decimal 169 139 255 0.34 0.45 0 0 255.52 1 0.77
Hex A9 8B FF 22 2D 0 0 100 64 4D
Octal 251 213 377 42 55 0 0 400 144 115
Binary 10101001 10001011 11111111 100010 101101 0 0 100000000 1100100 1001101

Color Harmonies of #A98BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98BFF

Black with #A98BFF

Text Example


Text Example

White with #A98BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98BFF; }

 p { color: rgb(169,139,255); }

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

background-color css

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

 a { background-color: rgb(169,139,255); }

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

border-color css

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

 span { border-color: rgb(169,139,255); }

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