Html Css Color HEX #A06DFF Light Slate Blue

📋 copy color: '#A06DFF'

red 160 ◦ green 109 ◦ blue 255

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

Shades of Light Slate Blue #A06DFF

Tints of Light Slate Blue #A06DFF

RGB

 RED value IS 160 (62.89% from 255) = 30.53%

 GREEN value IS 109 (42.97% from 255) = 20.8%

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

R = 30.53%
G = 20.8%
B = 48.66%

CMYK

 C value IS 0.37

 M value IS 0.57

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A06DFF (or 0xA06DFF) is known color: Light Slate Blue. HEX triplet: A0, 6D and FF. RGB value is (160,109,255). Sum of RGB (Red+Green+Blue) = 160+109+255=524 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.53% from 524); Green value is 109 (42.97% from 255 or 20.80% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #A06DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A06DFF is #5F9200. Grayscale: #8C8C8C. Windows color (decimal): -6263297 or 16739744. OLE color: 16739744.

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

Color convert

RGB 160 109 255 -
CMYK 0.37 0.57 0 0
HSL 260.96º 1% 0.71% -
HSV(B) 260.96º 0.57% 1% -
XYZ 38.02 25.63 97.55 -
YUV 140.89 192.4 141.63 -
System Red Green Blue C M Y K H S L
Decimal 160 109 255 0.37 0.57 0 0 260.96 1 0.71
Hex A0 6D FF 25 39 0 0 105 64 47
Octal 240 155 377 45 71 0 0 405 144 107
Binary 10100000 1101101 11111111 100101 111001 0 0 100000101 1100100 1000111

Color Harmonies of #A06DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06DFF

Black with #A06DFF

Text Example


Text Example

White with #A06DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06DFF; }

 p { color: rgb(160,109,255); }

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

background-color css

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

 a { background-color: rgb(160,109,255); }

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

border-color css

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

 span { border-color: rgb(160,109,255); }

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