Html Css Color HEX #A06CFF Light Slate Blue

📋 copy color: '#A06CFF'

red 160 ◦ green 108 ◦ blue 255

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

Shades of Light Slate Blue #A06CFF

Tints of Light Slate Blue #A06CFF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.65%

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

R = 30.59%
G = 20.65%
B = 48.76%

CMYK

 C value IS 0.37

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A06CFF (or 0xA06CFF) is known color: Light Slate Blue. HEX triplet: A0, 6C and FF. RGB value is (160,108,255). Sum of RGB (Red+Green+Blue) = 160+108+255=523 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.59% from 523); Green value is 108 (42.58% from 255 or 20.65% from 523); Blue value is 255 (100% from 255 or 48.76% from 523); Max value from RGB is 255 - color contains mainly: blue. Hex color #A06CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A06CFF is #5F9300. Grayscale: #8B8B8B. Windows color (decimal): -6263553 or 16739488. OLE color: 16739488.

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

Color convert

RGB 160 108 255 -
CMYK 0.37 0.58 0 0
HSL 261.22º 1% 0.71% -
HSV(B) 261.22º 0.58% 1% -
XYZ 37.91 25.42 97.52 -
YUV 140.31 192.73 142.05 -
System Red Green Blue C M Y K H S L
Decimal 160 108 255 0.37 0.58 0 0 261.22 1 0.71
Hex A0 6C FF 25 3A 0 0 105 64 47
Octal 240 154 377 45 72 0 0 405 144 107
Binary 10100000 1101100 11111111 100101 111010 0 0 100000101 1100100 1000111

Color Harmonies of #A06CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06CFF

Black with #A06CFF

Text Example


Text Example

White with #A06CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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