Html Css Color HEX #AD92CF Biloba Flower

📋 copy color: '#AD92CF'

red 173 ◦ green 146 ◦ blue 207

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

Shades of Biloba Flower #AD92CF

Tints of Biloba Flower #AD92CF

RGB

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

 GREEN value IS 146 (57.42% from 255) = 27.76%

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

R = 32.89%
G = 27.76%
B = 39.35%

CMYK

 C value IS 0.16

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AD92CF (or 0xAD92CF) is known color: Biloba Flower. HEX triplet: AD, 92 and CF. RGB value is (173,146,207). Sum of RGB (Red+Green+Blue) = 173+146+207=526 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.89% from 526); Green value is 146 (57.42% from 255 or 27.76% from 526); Blue value is 207 (81.25% from 255 or 39.35% from 526); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD92CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD92CF is #526D30. Grayscale: #A0A0A0. Windows color (decimal): -5401905 or 13603501. OLE color: 13603501.

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

Color convert

RGB 173 146 207 -
CMYK 0.16 0.29 0 0.19
HSL 266.56º 0.39% 0.69% -
HSV(B) 266.56º 0.29% 0.81% -
XYZ 38.77 33.95 63.54 -
YUV 161.03 153.95 136.54 -
System Red Green Blue C M Y K H S L
Decimal 173 146 207 0.16 0.29 0 0.19 266.56 0.39 0.69
Hex AD 92 CF 10 1D 0 13 10B 27 45
Octal 255 222 317 20 35 0 23 413 47 105
Binary 10101101 10010010 11001111 10000 11101 0 10011 100001011 100111 1000101

Color Harmonies of #AD92CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD92CF

Black with #AD92CF

Text Example


Text Example

White with #AD92CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD92CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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