Html Css Color HEX #968FA0 Amethyst Smoke

📋 copy color: '#968FA0'

red 150 ◦ green 143 ◦ blue 160

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

Shades of Amethyst Smoke #968FA0

Tints of Amethyst Smoke #968FA0

RGB

 RED value IS 150 (58.98% from 255) = 33.11%

 GREEN value IS 143 (56.25% from 255) = 31.57%

 BLUE value IS 160 (62.89% from 255) = 35.32%

R = 33.11%
G = 31.57%
B = 35.32%

CMYK

 C value IS 0.06

 M value IS 0.11

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#968FA0 (or 0x968FA0) is known color: Amethyst Smoke. HEX triplet: 96, 8F and A0. RGB value is (150,143,160). Sum of RGB (Red+Green+Blue) = 150+143+160=453 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.11% from 453); Green value is 143 (56.25% from 255 or 31.57% from 453); Blue value is 160 (62.89% from 255 or 35.32% from 453); Max value from RGB is 160 - color contains mainly: blue. Hex color #968FA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968FA0 is #69705F. Grayscale: #929292. Windows color (decimal): -6910048 or 10522518. OLE color: 10522518.

HSL color Cylindrical-coordinate representation of color #968FA0: hue angle of 264.71º degrees, saturation: 0.08, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #968FA0 is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 150 143 160 -
CMYK 0.06 0.11 0 0.37
HSL 264.71º 0.08% 0.59% -
HSV(B) 264.71º 0.11% 0.63% -
XYZ 28.75 28.67 37.28 -
YUV 147.03 135.32 130.12 -
System Red Green Blue C M Y K H S L
Decimal 150 143 160 0.06 0.11 0 0.37 264.71 0.08 0.59
Hex 96 8F A0 6 B 0 25 109 8 3B
Octal 226 217 240 6 13 0 45 411 10 73
Binary 10010110 10001111 10100000 110 1011 0 100101 100001001 1000 111011

Color Harmonies of #968FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968FA0

Black with #968FA0

Text Example


Text Example

White with #968FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968FA0; }

 p { color: rgb(150,143,160); }

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

background-color css

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

 a { background-color: rgb(150,143,160); }

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

border-color css

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

 span { border-color: rgb(150,143,160); }

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