Html Css Color HEX #A06FFF Light Slate Blue

📋 copy color: '#A06FFF'

red 160 ◦ green 111 ◦ blue 255

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

Shades of Light Slate Blue #A06FFF

Tints of Light Slate Blue #A06FFF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.1%

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

R = 30.42%
G = 21.1%
B = 48.48%

CMYK

 C value IS 0.37

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A06FFF (or 0xA06FFF) is known color: Light Slate Blue. HEX triplet: A0, 6F and FF. RGB value is (160,111,255). Sum of RGB (Red+Green+Blue) = 160+111+255=526 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.42% from 526); Green value is 111 (43.75% from 255 or 21.10% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #A06FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A06FFF is #5F9000. Grayscale: #8D8D8D. Windows color (decimal): -6262785 or 16740256. OLE color: 16740256.

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

Color convert

RGB 160 111 255 -
CMYK 0.37 0.56 0 0
HSL 260.42º 1% 0.72% -
HSV(B) 260.42º 0.56% 1% -
XYZ 38.23 26.06 97.62 -
YUV 142.07 191.73 140.79 -
System Red Green Blue C M Y K H S L
Decimal 160 111 255 0.37 0.56 0 0 260.42 1 0.72
Hex A0 6F FF 25 38 0 0 104 64 48
Octal 240 157 377 45 70 0 0 404 144 110
Binary 10100000 1101111 11111111 100101 111000 0 0 100000100 1100100 1001000

Color Harmonies of #A06FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06FFF

Black with #A06FFF

Text Example


Text Example

White with #A06FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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