Html Css Color HEX #A68CFB Light Slate Blue

📋 copy color: '#A68CFB'

red 166 ◦ green 140 ◦ blue 251

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

Shades of Light Slate Blue #A68CFB

Tints of Light Slate Blue #A68CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 45.06%

R = 29.8%
G = 25.13%
B = 45.06%

CMYK

 C value IS 0.34

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A68CFB (or 0xA68CFB) is known color: Light Slate Blue. HEX triplet: A6, 8C and FB. RGB value is (166,140,251). Sum of RGB (Red+Green+Blue) = 166+140+251=557 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.80% from 557); Green value is 140 (55.08% from 255 or 25.13% from 557); Blue value is 251 (98.44% from 255 or 45.06% from 557); Max value from RGB is 251 - color contains mainly: blue. Hex color #A68CFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A68CFB is #597304. Grayscale: #A0A0A0. Windows color (decimal): -5862149 or 16485542. OLE color: 16485542.

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

Color convert

RGB 166 140 251 -
CMYK 0.34 0.44 0 0.02
HSL 254.05º 0.93% 0.77% -
HSV(B) 254.05º 0.44% 0.98% -
XYZ 42.52 33.83 95.56 -
YUV 160.43 179.11 131.97 -
System Red Green Blue C M Y K H S L
Decimal 166 140 251 0.34 0.44 0 0.02 254.05 0.93 0.77
Hex A6 8C FB 22 2C 0 2 FE 5D 4D
Octal 246 214 373 42 54 0 2 376 135 115
Binary 10100110 10001100 11111011 100010 101100 0 10 11111110 1011101 1001101

Color Harmonies of #A68CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68CFB

Black with #A68CFB

Text Example


Text Example

White with #A68CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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