Html Css Color HEX #A6A8CB Wistful

📋 copy color: '#A6A8CB'

red 166 ◦ green 168 ◦ blue 203

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

Shades of Wistful #A6A8CB

Tints of Wistful #A6A8CB

RGB

 RED value IS 166 (65.23% from 255) = 30.91%

 GREEN value IS 168 (66.02% from 255) = 31.28%

 BLUE value IS 203 (79.69% from 255) = 37.8%

R = 30.91%
G = 31.28%
B = 37.8%

CMYK

 C value IS 0.18

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A6A8CB (or 0xA6A8CB) is known color: Wistful. HEX triplet: A6, A8 and CB. RGB value is (166,168,203). Sum of RGB (Red+Green+Blue) = 166+168+203=537 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.91% from 537); Green value is 168 (66.02% from 255 or 31.28% from 537); Blue value is 203 (79.69% from 255 or 37.80% from 537); Max value from RGB is 203 - color contains mainly: blue. Hex color #A6A8CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6A8CB is #595734. Grayscale: #ABABAB. Windows color (decimal): -5855029 or 13346982. OLE color: 13346982.

HSL color Cylindrical-coordinate representation of color #A6A8CB: hue angle of 236.76º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A6A8CB is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 166 168 203 -
CMYK 0.18 0.17 0 0.20
HSL 236.76º 0.26% 0.72% -
HSV(B) 236.76º 0.18% 0.8% -
XYZ 40.51 40.42 62.17 -
YUV 171.39 145.84 124.15 -
System Red Green Blue C M Y K H S L
Decimal 166 168 203 0.18 0.17 0 0.20 236.76 0.26 0.72
Hex A6 A8 CB 12 11 0 14 ED 1A 48
Octal 246 250 313 22 21 0 24 355 32 110
Binary 10100110 10101000 11001011 10010 10001 0 10100 11101101 11010 1001000

Color Harmonies of #A6A8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A8CB

Black with #A6A8CB

Text Example


Text Example

White with #A6A8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A8CB; }

 p { color: rgb(166,168,203); }

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

background-color css

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

 a { background-color: rgb(166,168,203); }

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

border-color css

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

 span { border-color: rgb(166,168,203); }

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