Html Css Color HEX #ADA1CE Biloba Flower

📋 copy color: '#ADA1CE'

red 173 ◦ green 161 ◦ blue 206

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

Shades of Biloba Flower #ADA1CE

Tints of Biloba Flower #ADA1CE

RGB

 RED value IS 173 (67.97% from 255) = 32.04%

 GREEN value IS 161 (63.28% from 255) = 29.81%

 BLUE value IS 206 (80.86% from 255) = 38.15%

R = 32.04%
G = 29.81%
B = 38.15%

CMYK

 C value IS 0.16

 M value IS 0.22

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#ADA1CE (or 0xADA1CE) is known color: Biloba Flower. HEX triplet: AD, A1 and CE. RGB value is (173,161,206). Sum of RGB (Red+Green+Blue) = 173+161+206=540 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.04% from 540); Green value is 161 (63.28% from 255 or 29.81% from 540); Blue value is 206 (80.86% from 255 or 38.15% from 540); Max value from RGB is 206 - color contains mainly: blue. Hex color #ADA1CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA1CE is #525E31. Grayscale: #A9A9A9. Windows color (decimal): -5398066 or 13541805. OLE color: 13541805.

HSL color Cylindrical-coordinate representation of color #ADA1CE: hue angle of 256º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADA1CE is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 161 206 -
CMYK 0.16 0.22 0 0.19
HSL 256º 0.31% 0.72% -
HSV(B) 256º 0.22% 0.81% -
XYZ 41.12 38.83 63.72 -
YUV 169.72 148.48 130.34 -
System Red Green Blue C M Y K H S L
Decimal 173 161 206 0.16 0.22 0 0.19 256 0.31 0.72
Hex AD A1 CE 10 16 0 13 100 1F 48
Octal 255 241 316 20 26 0 23 400 37 110
Binary 10101101 10100001 11001110 10000 10110 0 10011 100000000 11111 1001000

Color Harmonies of #ADA1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA1CE

Black with #ADA1CE

Text Example


Text Example

White with #ADA1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA1CE; }

 p { color: rgb(173,161,206); }

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

background-color css

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

 a { background-color: rgb(173,161,206); }

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

border-color css

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

 span { border-color: rgb(173,161,206); }

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