Html Css Color HEX #A68FFD Light Slate Blue

📋 copy color: '#A68FFD'

red 166 ◦ green 143 ◦ blue 253

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

Shades of Light Slate Blue #A68FFD

Tints of Light Slate Blue #A68FFD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.44%

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

R = 29.54%
G = 25.44%
B = 45.02%

CMYK

 C value IS 0.34

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A68FFD (or 0xA68FFD) is known color: Light Slate Blue. HEX triplet: A6, 8F and FD. RGB value is (166,143,253). Sum of RGB (Red+Green+Blue) = 166+143+253=562 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.54% from 562); Green value is 143 (56.25% from 255 or 25.44% from 562); Blue value is 253 (99.22% from 255 or 45.02% from 562); Max value from RGB is 253 - color contains mainly: blue. Hex color #A68FFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A68FFD is #597002. Grayscale: #A2A2A2. Windows color (decimal): -5861379 or 16617382. OLE color: 16617382.

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

Color convert

RGB 166 143 253 -
CMYK 0.34 0.43 0 0.01
HSL 252.55º 0.96% 0.78% -
HSV(B) 252.55º 0.43% 0.99% -
XYZ 43.28 34.84 97.37 -
YUV 162.42 179.12 130.56 -
System Red Green Blue C M Y K H S L
Decimal 166 143 253 0.34 0.43 0 0.01 252.55 0.96 0.78
Hex A6 8F FD 22 2B 0 1 FD 60 4E
Octal 246 217 375 42 53 0 1 375 140 116
Binary 10100110 10001111 11111101 100010 101011 0 1 11111101 1100000 1001110

Color Harmonies of #A68FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68FFD

Black with #A68FFD

Text Example


Text Example

White with #A68FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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