Html Css Color HEX #A68EFC Light Slate Blue

📋 copy color: '#A68EFC'

red 166 ◦ green 142 ◦ blue 252

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

Shades of Light Slate Blue #A68EFC

Tints of Light Slate Blue #A68EFC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 25.36%

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

R = 29.64%
G = 25.36%
B = 45%

CMYK

 C value IS 0.34

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A68EFC (or 0xA68EFC) is known color: Light Slate Blue. HEX triplet: A6, 8E and FC. RGB value is (166,142,252). Sum of RGB (Red+Green+Blue) = 166+142+252=560 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.64% from 560); Green value is 142 (55.86% from 255 or 25.36% from 560); Blue value is 252 (98.83% from 255 or 45% from 560); Max value from RGB is 252 - color contains mainly: blue. Hex color #A68EFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A68EFC is #597103. Grayscale: #A1A1A1. Windows color (decimal): -5861636 or 16551590. OLE color: 16551590.

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

Color convert

RGB 166 142 252 -
CMYK 0.34 0.44 0 0.01
HSL 253.09º 0.95% 0.77% -
HSV(B) 253.09º 0.44% 0.99% -
XYZ 42.97 34.48 96.49 -
YUV 161.72 178.95 131.06 -
System Red Green Blue C M Y K H S L
Decimal 166 142 252 0.34 0.44 0 0.01 253.09 0.95 0.77
Hex A6 8E FC 22 2C 0 1 FD 5F 4D
Octal 246 216 374 42 54 0 1 375 137 115
Binary 10100110 10001110 11111100 100010 101100 0 1 11111101 1011111 1001101

Color Harmonies of #A68EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68EFC

Black with #A68EFC

Text Example


Text Example

White with #A68EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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