Html Css Color HEX #ADA1CF Biloba Flower

📋 copy color: '#ADA1CF'

red 173 ◦ green 161 ◦ blue 207

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

Shades of Biloba Flower #ADA1CF

Tints of Biloba Flower #ADA1CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.26%

R = 31.98%
G = 29.76%
B = 38.26%

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

#ADA1CF (or 0xADA1CF) is known color: Biloba Flower. HEX triplet: AD, A1 and CF. RGB value is (173,161,207). Sum of RGB (Red+Green+Blue) = 173+161+207=541 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.98% from 541); Green value is 161 (63.28% from 255 or 29.76% from 541); Blue value is 207 (81.25% from 255 or 38.26% from 541); Max value from RGB is 207 - color contains mainly: blue. Hex color #ADA1CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA1CF is #525E30. Grayscale: #A9A9A9. Windows color (decimal): -5398065 or 13607341. OLE color: 13607341.

HSL color Cylindrical-coordinate representation of color #ADA1CF: hue angle of 255.65º degrees, saturation: 0.32, 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 #ADA1CF is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 161 207 -
CMYK 0.16 0.22 0 0.19
HSL 255.65º 0.32% 0.72% -
HSV(B) 255.65º 0.22% 0.81% -
XYZ 41.24 38.88 64.36 -
YUV 169.83 148.98 130.26 -
System Red Green Blue C M Y K H S L
Decimal 173 161 207 0.16 0.22 0 0.19 255.65 0.32 0.72
Hex AD A1 CF 10 16 0 13 100 20 48
Octal 255 241 317 20 26 0 23 400 40 110
Binary 10101101 10100001 11001111 10000 10110 0 10011 100000000 100000 1001000

Color Harmonies of #ADA1CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA1CF

Black with #ADA1CF

Text Example


Text Example

White with #ADA1CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA1CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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