Html Css Color HEX #A68BFC Light Slate Blue

📋 copy color: '#A68BFC'

red 166 ◦ green 139 ◦ blue 252

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

Shades of Light Slate Blue #A68BFC

Tints of Light Slate Blue #A68BFC

RGB

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

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

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

R = 29.8%
G = 24.96%
B = 45.24%

CMYK

 C value IS 0.34

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A68BFC (or 0xA68BFC) is known color: Light Slate Blue. HEX triplet: A6, 8B and FC. RGB value is (166,139,252). Sum of RGB (Red+Green+Blue) = 166+139+252=557 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.80% from 557); Green value is 139 (54.69% from 255 or 24.96% from 557); Blue value is 252 (98.83% from 255 or 45.24% from 557); Max value from RGB is 252 - color contains mainly: blue. Hex color #A68BFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A68BFC is #597403. Grayscale: #9F9F9F. Windows color (decimal): -5862404 or 16550822. OLE color: 16550822.

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

Color convert

RGB 166 139 252 -
CMYK 0.34 0.45 0 0.01
HSL 254.34º 0.95% 0.77% -
HSV(B) 254.34º 0.45% 0.99% -
XYZ 42.53 33.6 96.34 -
YUV 159.96 179.95 132.31 -
System Red Green Blue C M Y K H S L
Decimal 166 139 252 0.34 0.45 0 0.01 254.34 0.95 0.77
Hex A6 8B FC 22 2D 0 1 FE 5F 4D
Octal 246 213 374 42 55 0 1 376 137 115
Binary 10100110 10001011 11111100 100010 101101 0 1 11111110 1011111 1001101

Color Harmonies of #A68BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68BFC

Black with #A68BFC

Text Example


Text Example

White with #A68BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68BFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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