Html Css Color HEX #A68CFC Light Slate Blue

📋 copy color: '#A68CFC'

red 166 ◦ green 140 ◦ blue 252

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

Shades of Light Slate Blue #A68CFC

Tints of Light Slate Blue #A68CFC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.09%

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

R = 29.75%
G = 25.09%
B = 45.16%

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

#A68CFC (or 0xA68CFC) is known color: Light Slate Blue. HEX triplet: A6, 8C and FC. RGB value is (166,140,252). Sum of RGB (Red+Green+Blue) = 166+140+252=558 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.75% from 558); Green value is 140 (55.08% from 255 or 25.09% from 558); Blue value is 252 (98.83% from 255 or 45.16% from 558); Max value from RGB is 252 - color contains mainly: blue. Hex color #A68CFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A68CFC is #597303. Grayscale: #A0A0A0. Windows color (decimal): -5862148 or 16551078. OLE color: 16551078.

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

Color convert

RGB 166 140 252 -
CMYK 0.34 0.44 0 0.01
HSL 253.93º 0.95% 0.77% -
HSV(B) 253.93º 0.44% 0.99% -
XYZ 42.67 33.89 96.39 -
YUV 160.54 179.61 131.89 -
System Red Green Blue C M Y K H S L
Decimal 166 140 252 0.34 0.44 0 0.01 253.93 0.95 0.77
Hex A6 8C FC 22 2C 0 1 FE 5F 4D
Octal 246 214 374 42 54 0 1 376 137 115
Binary 10100110 10001100 11111100 100010 101100 0 1 11111110 1011111 1001101

Color Harmonies of #A68CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68CFC

Black with #A68CFC

Text Example


Text Example

White with #A68CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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