Html Css Color HEX #A880FD Light Slate Blue

📋 copy color: '#A880FD'

red 168 ◦ green 128 ◦ blue 253

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

Shades of Light Slate Blue #A880FD

Tints of Light Slate Blue #A880FD

RGB

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

 GREEN value IS 128 (50.39% from 255) = 23.32%

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

R = 30.6%
G = 23.32%
B = 46.08%

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

#A880FD (or 0xA880FD) is known color: Light Slate Blue. HEX triplet: A8, 80 and FD. RGB value is (168,128,253). Sum of RGB (Red+Green+Blue) = 168+128+253=549 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.60% from 549); Green value is 128 (50.39% from 255 or 23.32% from 549); Blue value is 253 (99.22% from 255 or 46.08% from 549); Max value from RGB is 253 - color contains mainly: blue. Hex color #A880FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A880FD is #577F02. Grayscale: #999999. Windows color (decimal): -5734147 or 16613544. OLE color: 16613544.

HSL color Cylindrical-coordinate representation of color #A880FD: hue angle of 259.2º 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 #A880FD is Cyan = 0.34, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 168 128 253 -
CMYK 0.34 0.49 0 0.01
HSL 259.2º 0.97% 0.75% -
HSV(B) 259.2º 0.49% 0.99% -
XYZ 41.6 30.86 96.69 -
YUV 154.21 183.75 137.84 -
System Red Green Blue C M Y K H S L
Decimal 168 128 253 0.34 0.49 0 0.01 259.2 0.97 0.75
Hex A8 80 FD 22 31 0 1 103 61 4B
Octal 250 200 375 42 61 0 1 403 141 113
Binary 10101000 10000000 11111101 100010 110001 0 1 100000011 1100001 1001011

Color Harmonies of #A880FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A880FD

Black with #A880FD

Text Example


Text Example

White with #A880FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A880FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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