Html Css Color HEX #A488FA Light Slate Blue

📋 copy color: '#A488FA'

red 164 ◦ green 136 ◦ blue 250

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

Shades of Light Slate Blue #A488FA

Tints of Light Slate Blue #A488FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 45.45%

R = 29.82%
G = 24.73%
B = 45.45%

CMYK

 C value IS 0.34

 M value IS 0.46

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A488FA (or 0xA488FA) is known color: Light Slate Blue. HEX triplet: A4, 88 and FA. RGB value is (164,136,250). Sum of RGB (Red+Green+Blue) = 164+136+250=550 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.82% from 550); Green value is 136 (53.52% from 255 or 24.73% from 550); Blue value is 250 (98.05% from 255 or 45.45% from 550); Max value from RGB is 250 - color contains mainly: blue. Hex color #A488FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A488FA is #5B7705. Grayscale: #9C9C9C. Windows color (decimal): -5994246 or 16418980. OLE color: 16418980.

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

Color convert

RGB 164 136 250 -
CMYK 0.34 0.46 0 0.02
HSL 254.74º 0.92% 0.76% -
HSV(B) 254.74º 0.46% 0.98% -
XYZ 41.37 32.4 94.52 -
YUV 157.37 180.28 132.73 -
System Red Green Blue C M Y K H S L
Decimal 164 136 250 0.34 0.46 0 0.02 254.74 0.92 0.76
Hex A4 88 FA 22 2E 0 2 FF 5C 4C
Octal 244 210 372 42 56 0 2 377 134 114
Binary 10100100 10001000 11111010 100010 101110 0 10 11111111 1011100 1001100

Color Harmonies of #A488FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A488FA

Black with #A488FA

Text Example


Text Example

White with #A488FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A488FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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