Html Css Color HEX #A682FD Light Slate Blue

📋 copy color: '#A682FD'

red 166 ◦ green 130 ◦ blue 253

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

Shades of Light Slate Blue #A682FD

Tints of Light Slate Blue #A682FD

RGB

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

 GREEN value IS 130 (51.17% from 255) = 23.68%

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

R = 30.24%
G = 23.68%
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

#A682FD (or 0xA682FD) is known color: Light Slate Blue. HEX triplet: A6, 82 and FD. RGB value is (166,130,253). Sum of RGB (Red+Green+Blue) = 166+130+253=549 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.24% from 549); Green value is 130 (51.17% from 255 or 23.68% 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 #A682FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A682FD is #597D02. Grayscale: #9A9A9A. Windows color (decimal): -5864707 or 16614054. OLE color: 16614054.

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

Color convert

RGB 166 130 253 -
CMYK 0.34 0.49 0 0.01
HSL 257.56º 0.97% 0.75% -
HSV(B) 257.56º 0.49% 0.99% -
XYZ 41.44 31.16 96.76 -
YUV 154.79 183.43 136 -
System Red Green Blue C M Y K H S L
Decimal 166 130 253 0.34 0.49 0 0.01 257.56 0.97 0.75
Hex A6 82 FD 22 31 0 1 102 61 4B
Octal 246 202 375 42 61 0 1 402 141 113
Binary 10100110 10000010 11111101 100010 110001 0 1 100000010 1100001 1001011

Color Harmonies of #A682FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A682FD

Black with #A682FD

Text Example


Text Example

White with #A682FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A682FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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