Html Css Color HEX #A881FD Light Slate Blue

📋 copy color: '#A881FD'

red 168 ◦ green 129 ◦ blue 253

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

Shades of Light Slate Blue #A881FD

Tints of Light Slate Blue #A881FD

RGB

 RED value IS 168 (66.02% from 255) = 30.55%

 GREEN value IS 129 (50.78% from 255) = 23.45%

 BLUE value IS 253 (99.22% from 255) = 46%

R = 30.55%
G = 23.45%
B = 46%

CMYK

 C value IS 0.34

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A881FD (or 0xA881FD) is known color: Light Slate Blue. HEX triplet: A8, 81 and FD. RGB value is (168,129,253). Sum of RGB (Red+Green+Blue) = 168+129+253=550 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.55% from 550); Green value is 129 (50.78% from 255 or 23.45% from 550); Blue value is 253 (99.22% from 255 or 46% from 550); Max value from RGB is 253 - color contains mainly: blue. Hex color #A881FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A881FD is #577E02. Grayscale: #9A9A9A. Windows color (decimal): -5733891 or 16613800. OLE color: 16613800.

HSL color Cylindrical-coordinate representation of color #A881FD: hue angle of 258.87º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A881FD is Cyan = 0.34, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 168 129 253 -
CMYK 0.34 0.49 0 0.01
HSL 258.87º 0.97% 0.75% -
HSV(B) 258.87º 0.49% 0.99% -
XYZ 41.73 31.12 96.74 -
YUV 154.8 183.42 137.42 -
System Red Green Blue C M Y K H S L
Decimal 168 129 253 0.34 0.49 0 0.01 258.87 0.97 0.75
Hex A8 81 FD 22 31 0 1 103 61 4B
Octal 250 201 375 42 61 0 1 403 141 113
Binary 10101000 10000001 11111101 100010 110001 0 1 100000011 1100001 1001011

Color Harmonies of #A881FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A881FD

Black with #A881FD

Text Example


Text Example

White with #A881FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A881FD; }

 p { color: rgb(168,129,253); }

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

background-color css

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

 a { background-color: rgb(168,129,253); }

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

border-color css

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

 span { border-color: rgb(168,129,253); }

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