Html Css Color HEX #A1DCC6 Scandal

📋 copy color: '#A1DCC6'

red 161 ◦ green 220 ◦ blue 198

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

Shades of Scandal #A1DCC6

Tints of Scandal #A1DCC6

RGB

 RED value IS 161 (63.28% from 255) = 27.81%

 GREEN value IS 220 (86.33% from 255) = 38%

 BLUE value IS 198 (77.73% from 255) = 34.2%

R = 27.81%
G = 38%
B = 34.2%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.1

 K value IS 0.14

RGB Variations

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

Color information

#A1DCC6 (or 0xA1DCC6) is known color: Scandal. HEX triplet: A1, DC and C6. RGB value is (161,220,198). Sum of RGB (Red+Green+Blue) = 161+220+198=579 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.81% from 579); Green value is 220 (86.33% from 255 or 38.00% from 579); Blue value is 198 (77.73% from 255 or 34.20% from 579); Max value from RGB is 220 - color contains mainly: green. Hex color #A1DCC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DCC6 is #5E2339. Grayscale: #C7C7C7. Windows color (decimal): -6169402 or 13032609. OLE color: 13032609.

HSL color Cylindrical-coordinate representation of color #A1DCC6: hue angle of 157.63º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1DCC6 is Cyan = 0.27, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.14.

Color convert

RGB 161 220 198 -
CMYK 0.27 0 0.1 0.14
HSL 157.63º 0.46% 0.75% -
HSV(B) 157.63º 0.27% 0.86% -
XYZ 50.48 62.84 62.89 -
YUV 199.85 126.95 100.29 -
System Red Green Blue C M Y K H S L
Decimal 161 220 198 0.27 0 0.1 0.14 157.63 0.46 0.75
Hex A1 DC C6 1B 0 A E 9E 2E 4B
Octal 241 334 306 33 0 12 16 236 56 113
Binary 10100001 11011100 11000110 11011 0 1010 1110 10011110 101110 1001011

Color Harmonies of #A1DCC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DCC6

Black with #A1DCC6

Text Example


Text Example

White with #A1DCC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DCC6; }

 p { color: rgb(161,220,198); }

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

background-color css

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

 a { background-color: rgb(161,220,198); }

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

border-color css

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

 span { border-color: rgb(161,220,198); }

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