Html Css Color HEX #A38FFB Light Slate Blue

📋 copy color: '#A38FFB'

red 163 ◦ green 143 ◦ blue 251

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

Shades of Light Slate Blue #A38FFB

Tints of Light Slate Blue #A38FFB

RGB

 RED value IS 163 (64.06% from 255) = 29.26%

 GREEN value IS 143 (56.25% from 255) = 25.67%

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

R = 29.26%
G = 25.67%
B = 45.06%

CMYK

 C value IS 0.35

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A38FFB (or 0xA38FFB) is known color: Light Slate Blue. HEX triplet: A3, 8F and FB. RGB value is (163,143,251). Sum of RGB (Red+Green+Blue) = 163+143+251=557 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.26% from 557); Green value is 143 (56.25% from 255 or 25.67% from 557); Blue value is 251 (98.44% from 255 or 45.06% from 557); Max value from RGB is 251 - color contains mainly: blue. Hex color #A38FFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A38FFB is #5C7004. Grayscale: #A0A0A0. Windows color (decimal): -6057989 or 16486307. OLE color: 16486307.

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

Color convert

RGB 163 143 251 -
CMYK 0.35 0.43 0 0.02
HSL 251.11º 0.93% 0.77% -
HSV(B) 251.11º 0.43% 0.98% -
XYZ 42.34 34.4 95.67 -
YUV 161.29 178.63 129.22 -
System Red Green Blue C M Y K H S L
Decimal 163 143 251 0.35 0.43 0 0.02 251.11 0.93 0.77
Hex A3 8F FB 23 2B 0 2 FB 5D 4D
Octal 243 217 373 43 53 0 2 373 135 115
Binary 10100011 10001111 11111011 100011 101011 0 10 11111011 1011101 1001101

Color Harmonies of #A38FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38FFB

Black with #A38FFB

Text Example


Text Example

White with #A38FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38FFB; }

 p { color: rgb(163,143,251); }

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

background-color css

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

 a { background-color: rgb(163,143,251); }

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

border-color css

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

 span { border-color: rgb(163,143,251); }

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