Html Css Color HEX #A58AFB Light Slate Blue

📋 copy color: '#A58AFB'

red 165 ◦ green 138 ◦ blue 251

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

Shades of Light Slate Blue #A58AFB

Tints of Light Slate Blue #A58AFB

RGB

 RED value IS 165 (64.84% from 255) = 29.78%

 GREEN value IS 138 (54.3% from 255) = 24.91%

 BLUE value IS 251 (98.44% from 255) = 45.31%

R = 29.78%
G = 24.91%
B = 45.31%

CMYK

 C value IS 0.34

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A58AFB (or 0xA58AFB) is known color: Light Slate Blue. HEX triplet: A5, 8A and FB. RGB value is (165,138,251). Sum of RGB (Red+Green+Blue) = 165+138+251=554 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.78% from 554); Green value is 138 (54.30% from 255 or 24.91% from 554); Blue value is 251 (98.44% from 255 or 45.31% from 554); Max value from RGB is 251 - color contains mainly: blue. Hex color #A58AFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A58AFB is #5A7504. Grayscale: #9E9E9E. Windows color (decimal): -5928197 or 16485029. OLE color: 16485029.

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

Color convert

RGB 165 138 251 -
CMYK 0.34 0.45 0 0.02
HSL 254.34º 0.93% 0.76% -
HSV(B) 254.34º 0.45% 0.98% -
XYZ 42.02 33.14 95.45 -
YUV 158.96 179.95 132.31 -
System Red Green Blue C M Y K H S L
Decimal 165 138 251 0.34 0.45 0 0.02 254.34 0.93 0.76
Hex A5 8A FB 22 2D 0 2 FE 5D 4C
Octal 245 212 373 42 55 0 2 376 135 114
Binary 10100101 10001010 11111011 100010 101101 0 10 11111110 1011101 1001100

Color Harmonies of #A58AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58AFB

Black with #A58AFB

Text Example


Text Example

White with #A58AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58AFB; }

 p { color: rgb(165,138,251); }

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

background-color css

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

 a { background-color: rgb(165,138,251); }

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

border-color css

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

 span { border-color: rgb(165,138,251); }

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