Html Css Color HEX #A680FD Light Slate Blue

📋 copy color: '#A680FD'

red 166 ◦ green 128 ◦ blue 253

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

Shades of Light Slate Blue #A680FD

Tints of Light Slate Blue #A680FD

RGB

 RED value IS 166 (65.23% from 255) = 30.35%

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

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

R = 30.35%
G = 23.4%
B = 46.25%

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

#A680FD (or 0xA680FD) is known color: Light Slate Blue. HEX triplet: A6, 80 and FD. RGB value is (166,128,253). Sum of RGB (Red+Green+Blue) = 166+128+253=547 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.35% from 547); Green value is 128 (50.39% from 255 or 23.40% from 547); Blue value is 253 (99.22% from 255 or 46.25% from 547); Max value from RGB is 253 - color contains mainly: blue. Hex color #A680FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A680FD is #597F02. Grayscale: #999999. Windows color (decimal): -5865219 or 16613542. OLE color: 16613542.

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

Color convert

RGB 166 128 253 -
CMYK 0.34 0.49 0 0.01
HSL 258.24º 0.97% 0.75% -
HSV(B) 258.24º 0.49% 0.99% -
XYZ 41.17 30.64 96.67 -
YUV 153.61 184.09 136.84 -
System Red Green Blue C M Y K H S L
Decimal 166 128 253 0.34 0.49 0 0.01 258.24 0.97 0.75
Hex A6 80 FD 22 31 0 1 102 61 4B
Octal 246 200 375 42 61 0 1 402 141 113
Binary 10100110 10000000 11111101 100010 110001 0 1 100000010 1100001 1001011

Color Harmonies of #A680FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A680FD

Black with #A680FD

Text Example


Text Example

White with #A680FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A680FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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