Html Css Color HEX #AD8ACF Biloba Flower

📋 copy color: '#AD8ACF'

red 173 ◦ green 138 ◦ blue 207

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

Shades of Biloba Flower #AD8ACF

Tints of Biloba Flower #AD8ACF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.64%

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

R = 33.4%
G = 26.64%
B = 39.96%

CMYK

 C value IS 0.16

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AD8ACF (or 0xAD8ACF) is known color: Biloba Flower. HEX triplet: AD, 8A and CF. RGB value is (173,138,207). Sum of RGB (Red+Green+Blue) = 173+138+207=518 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.40% from 518); Green value is 138 (54.30% from 255 or 26.64% from 518); Blue value is 207 (81.25% from 255 or 39.96% from 518); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD8ACF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8ACF is #527530. Grayscale: #9C9C9C. Windows color (decimal): -5403953 or 13601453. OLE color: 13601453.

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

Color convert

RGB 173 138 207 -
CMYK 0.16 0.33 0 0.19
HSL 270.43º 0.42% 0.68% -
HSV(B) 270.43º 0.33% 0.81% -
XYZ 37.58 31.57 63.14 -
YUV 156.33 156.6 139.89 -
System Red Green Blue C M Y K H S L
Decimal 173 138 207 0.16 0.33 0 0.19 270.43 0.42 0.68
Hex AD 8A CF 10 21 0 13 10E 2A 44
Octal 255 212 317 20 41 0 23 416 52 104
Binary 10101101 10001010 11001111 10000 100001 0 10011 100001110 101010 1000100

Color Harmonies of #AD8ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8ACF

Black with #AD8ACF

Text Example


Text Example

White with #AD8ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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