Html Css Color HEX #AD8BCF Biloba Flower

📋 copy color: '#AD8BCF'

red 173 ◦ green 139 ◦ blue 207

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

Shades of Biloba Flower #AD8BCF

Tints of Biloba Flower #AD8BCF

RGB

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

 GREEN value IS 139 (54.69% from 255) = 26.78%

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

R = 33.33%
G = 26.78%
B = 39.88%

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

#AD8BCF (or 0xAD8BCF) is known color: Biloba Flower. HEX triplet: AD, 8B and CF. RGB value is (173,139,207). Sum of RGB (Red+Green+Blue) = 173+139+207=519 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.33% from 519); Green value is 139 (54.69% from 255 or 26.78% from 519); Blue value is 207 (81.25% from 255 or 39.88% from 519); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD8BCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8BCF is #527430. Grayscale: #9C9C9C. Windows color (decimal): -5403697 or 13601709. OLE color: 13601709.

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

Color convert

RGB 173 139 207 -
CMYK 0.16 0.33 0 0.19
HSL 270º 0.41% 0.68% -
HSV(B) 270º 0.33% 0.81% -
XYZ 37.73 31.85 63.19 -
YUV 156.92 156.26 139.47 -
System Red Green Blue C M Y K H S L
Decimal 173 139 207 0.16 0.33 0 0.19 270 0.41 0.68
Hex AD 8B CF 10 21 0 13 10E 29 44
Octal 255 213 317 20 41 0 23 416 51 104
Binary 10101101 10001011 11001111 10000 100001 0 10011 100001110 101001 1000100

Color Harmonies of #AD8BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8BCF

Black with #AD8BCF

Text Example


Text Example

White with #AD8BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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