Html Css Color HEX #A68AFD Light Slate Blue

📋 copy color: '#A68AFD'

red 166 ◦ green 138 ◦ blue 253

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

Shades of Light Slate Blue #A68AFD

Tints of Light Slate Blue #A68AFD

RGB

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

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

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

R = 29.8%
G = 24.78%
B = 45.42%

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

#A68AFD (or 0xA68AFD) is known color: Light Slate Blue. HEX triplet: A6, 8A and FD. RGB value is (166,138,253). Sum of RGB (Red+Green+Blue) = 166+138+253=557 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.80% from 557); Green value is 138 (54.30% from 255 or 24.78% from 557); Blue value is 253 (99.22% from 255 or 45.42% from 557); Max value from RGB is 253 - color contains mainly: blue. Hex color #A68AFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A68AFD is #597502. Grayscale: #9F9F9F. Windows color (decimal): -5862659 or 16616102. OLE color: 16616102.

HSL color Cylindrical-coordinate representation of color #A68AFD: hue angle of 254.61º degrees, saturation: 0.97, 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 #A68AFD is Cyan = 0.34, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 166 138 253 -
CMYK 0.34 0.45 0 0.01
HSL 254.61º 0.97% 0.77% -
HSV(B) 254.61º 0.45% 0.99% -
XYZ 42.54 33.38 97.13 -
YUV 159.48 180.78 132.65 -
System Red Green Blue C M Y K H S L
Decimal 166 138 253 0.34 0.45 0 0.01 254.61 0.97 0.77
Hex A6 8A FD 22 2D 0 1 FF 61 4D
Octal 246 212 375 42 55 0 1 377 141 115
Binary 10100110 10001010 11111101 100010 101101 0 1 11111111 1100001 1001101

Color Harmonies of #A68AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68AFD

Black with #A68AFD

Text Example


Text Example

White with #A68AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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