Html Css Color HEX #A68BFF Light Slate Blue

📋 copy color: '#A68BFF'

red 166 ◦ green 139 ◦ blue 255

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

Shades of Light Slate Blue #A68BFF

Tints of Light Slate Blue #A68BFF

RGB

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

 GREEN value IS 139 (54.69% from 255) = 24.82%

 BLUE value IS 255 (100% from 255) = 45.54%

R = 29.64%
G = 24.82%
B = 45.54%

CMYK

 C value IS 0.35

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A68BFF (or 0xA68BFF) is known color: Light Slate Blue. HEX triplet: A6, 8B and FF. RGB value is (166,139,255). Sum of RGB (Red+Green+Blue) = 166+139+255=560 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.64% from 560); Green value is 139 (54.69% from 255 or 24.82% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: blue. Hex color #A68BFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A68BFF is #597400. Grayscale: #9F9F9F. Windows color (decimal): -5862401 or 16747430. OLE color: 16747430.

HSL color Cylindrical-coordinate representation of color #A68BFF: hue angle of 253.97º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A68BFF is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 166 139 255 -
CMYK 0.35 0.45 0 0
HSL 253.97º 1% 0.77% -
HSV(B) 253.97º 0.45% 1% -
XYZ 43.01 33.79 98.86 -
YUV 160.3 181.45 132.07 -
System Red Green Blue C M Y K H S L
Decimal 166 139 255 0.35 0.45 0 0 253.97 1 0.77
Hex A6 8B FF 23 2D 0 0 FE 64 4D
Octal 246 213 377 43 55 0 0 376 144 115
Binary 10100110 10001011 11111111 100011 101101 0 0 11111110 1100100 1001101

Color Harmonies of #A68BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68BFF

Black with #A68BFF

Text Example


Text Example

White with #A68BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68BFF; }

 p { color: rgb(166,139,255); }

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

background-color css

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

 a { background-color: rgb(166,139,255); }

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

border-color css

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

 span { border-color: rgb(166,139,255); }

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