Html Css Color HEX #A06FFB Light Slate Blue

📋 copy color: '#A06FFB'

red 160 ◦ green 111 ◦ blue 251

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

Shades of Light Slate Blue #A06FFB

Tints of Light Slate Blue #A06FFB

RGB

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

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

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

R = 30.65%
G = 21.26%
B = 48.08%

CMYK

 C value IS 0.36

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A06FFB (or 0xA06FFB) is known color: Light Slate Blue. HEX triplet: A0, 6F and FB. RGB value is (160,111,251). Sum of RGB (Red+Green+Blue) = 160+111+251=522 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.65% from 522); Green value is 111 (43.75% from 255 or 21.26% from 522); Blue value is 251 (98.44% from 255 or 48.08% from 522); Max value from RGB is 251 - color contains mainly: blue. Hex color #A06FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A06FFB is #5F9004. Grayscale: #8D8D8D. Windows color (decimal): -6262789 or 16478112. OLE color: 16478112.

HSL color Cylindrical-coordinate representation of color #A06FFB: hue angle of 261º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A06FFB is Cyan = 0.36, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 160 111 251 -
CMYK 0.36 0.56 0 0.02
HSL 261º 0.95% 0.71% -
HSV(B) 261º 0.56% 0.98% -
XYZ 37.59 25.81 94.27 -
YUV 141.61 189.73 141.12 -
System Red Green Blue C M Y K H S L
Decimal 160 111 251 0.36 0.56 0 0.02 261 0.95 0.71
Hex A0 6F FB 24 38 0 2 105 5F 47
Octal 240 157 373 44 70 0 2 405 137 107
Binary 10100000 1101111 11111011 100100 111000 0 10 100000101 1011111 1000111

Color Harmonies of #A06FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06FFB

Black with #A06FFB

Text Example


Text Example

White with #A06FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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