Html Css Color HEX #A680FC Light Slate Blue

📋 copy color: '#A680FC'

red 166 ◦ green 128 ◦ blue 252

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

Shades of Light Slate Blue #A680FC

Tints of Light Slate Blue #A680FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 46.15%

R = 30.4%
G = 23.44%
B = 46.15%

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

#A680FC (or 0xA680FC) is known color: Light Slate Blue. HEX triplet: A6, 80 and FC. RGB value is (166,128,252). Sum of RGB (Red+Green+Blue) = 166+128+252=546 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.40% from 546); Green value is 128 (50.39% from 255 or 23.44% from 546); Blue value is 252 (98.83% from 255 or 46.15% from 546); Max value from RGB is 252 - color contains mainly: blue. Hex color #A680FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A680FC is #597F03. Grayscale: #999999. Windows color (decimal): -5865220 or 16548006. OLE color: 16548006.

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

Color convert

RGB 166 128 252 -
CMYK 0.34 0.49 0 0.01
HSL 258.39º 0.95% 0.75% -
HSV(B) 258.39º 0.49% 0.99% -
XYZ 41.02 30.57 95.83 -
YUV 153.5 183.59 136.92 -
System Red Green Blue C M Y K H S L
Decimal 166 128 252 0.34 0.49 0 0.01 258.39 0.95 0.75
Hex A6 80 FC 22 31 0 1 102 5F 4B
Octal 246 200 374 42 61 0 1 402 137 113
Binary 10100110 10000000 11111100 100010 110001 0 1 100000010 1011111 1001011

Color Harmonies of #A680FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A680FC

Black with #A680FC

Text Example


Text Example

White with #A680FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A680FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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