Html Css Color HEX #A488FF Light Slate Blue

📋 copy color: '#A488FF'

red 164 ◦ green 136 ◦ blue 255

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

Shades of Light Slate Blue #A488FF

Tints of Light Slate Blue #A488FF

RGB

 RED value IS 164 (64.45% from 255) = 29.55%

 GREEN value IS 136 (53.52% from 255) = 24.5%

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

R = 29.55%
G = 24.5%
B = 45.95%

CMYK

 C value IS 0.36

 M value IS 0.47

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A488FF (or 0xA488FF) is known color: Light Slate Blue. HEX triplet: A4, 88 and FF. RGB value is (164,136,255). Sum of RGB (Red+Green+Blue) = 164+136+255=555 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.55% from 555); Green value is 136 (53.52% from 255 or 24.50% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #A488FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A488FF is #5B7700. Grayscale: #9D9D9D. Windows color (decimal): -5994241 or 16746660. OLE color: 16746660.

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

Color convert

RGB 164 136 255 -
CMYK 0.36 0.47 0 0
HSL 254.12º 1% 0.77% -
HSV(B) 254.12º 0.47% 1% -
XYZ 42.16 32.72 98.7 -
YUV 157.94 182.78 132.32 -
System Red Green Blue C M Y K H S L
Decimal 164 136 255 0.36 0.47 0 0 254.12 1 0.77
Hex A4 88 FF 24 2F 0 0 FE 64 4D
Octal 244 210 377 44 57 0 0 376 144 115
Binary 10100100 10001000 11111111 100100 101111 0 0 11111110 1100100 1001101

Color Harmonies of #A488FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A488FF

Black with #A488FF

Text Example


Text Example

White with #A488FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A488FF; }

 p { color: rgb(164,136,255); }

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

background-color css

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

 a { background-color: rgb(164,136,255); }

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

border-color css

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

 span { border-color: rgb(164,136,255); }

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