Html Css Color HEX #A68AFB Light Slate Blue

📋 copy color: '#A68AFB'

red 166 ◦ green 138 ◦ blue 251

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

Shades of Light Slate Blue #A68AFB

Tints of Light Slate Blue #A68AFB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24.86%

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

R = 29.91%
G = 24.86%
B = 45.23%

CMYK

 C value IS 0.34

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A68AFB (or 0xA68AFB) is known color: Light Slate Blue. HEX triplet: A6, 8A and FB. RGB value is (166,138,251). Sum of RGB (Red+Green+Blue) = 166+138+251=555 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.91% from 555); Green value is 138 (54.30% from 255 or 24.86% from 555); Blue value is 251 (98.44% from 255 or 45.23% from 555); Max value from RGB is 251 - color contains mainly: blue. Hex color #A68AFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A68AFB is #597504. Grayscale: #9E9E9E. Windows color (decimal): -5862661 or 16485030. OLE color: 16485030.

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

Color convert

RGB 166 138 251 -
CMYK 0.34 0.45 0 0.02
HSL 254.87º 0.93% 0.76% -
HSV(B) 254.87º 0.45% 0.98% -
XYZ 42.23 33.25 95.46 -
YUV 159.25 179.78 132.81 -
System Red Green Blue C M Y K H S L
Decimal 166 138 251 0.34 0.45 0 0.02 254.87 0.93 0.76
Hex A6 8A FB 22 2D 0 2 FF 5D 4C
Octal 246 212 373 42 55 0 2 377 135 114
Binary 10100110 10001010 11111011 100010 101101 0 10 11111111 1011101 1001100

Color Harmonies of #A68AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68AFB

Black with #A68AFB

Text Example


Text Example

White with #A68AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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