Html Css Color HEX #AD84DF Biloba Flower

📋 copy color: '#AD84DF'

red 173 ◦ green 132 ◦ blue 223

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

Shades of Biloba Flower #AD84DF

Tints of Biloba Flower #AD84DF

RGB

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

 GREEN value IS 132 (51.95% from 255) = 25%

 BLUE value IS 223 (87.5% from 255) = 42.23%

R = 32.77%
G = 25%
B = 42.23%

CMYK

 C value IS 0.22

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD84DF (or 0xAD84DF) is known color: Biloba Flower. HEX triplet: AD, 84 and DF. RGB value is (173,132,223). Sum of RGB (Red+Green+Blue) = 173+132+223=528 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.77% from 528); Green value is 132 (51.95% from 255 or 25% from 528); Blue value is 223 (87.5% from 255 or 42.23% from 528); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD84DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD84DF is #527B20. Grayscale: #9A9A9A. Windows color (decimal): -5405473 or 14648493. OLE color: 14648493.

HSL color Cylindrical-coordinate representation of color #AD84DF: hue angle of 267.03º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AD84DF is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 132 223 -
CMYK 0.22 0.41 0 0.13
HSL 267.03º 0.59% 0.7% -
HSV(B) 267.03º 0.41% 0.87% -
XYZ 38.8 30.71 73.7 -
YUV 154.63 166.58 141.1 -
System Red Green Blue C M Y K H S L
Decimal 173 132 223 0.22 0.41 0 0.13 267.03 0.59 0.7
Hex AD 84 DF 16 29 0 D 10B 3B 46
Octal 255 204 337 26 51 0 15 413 73 106
Binary 10101101 10000100 11011111 10110 101001 0 1101 100001011 111011 1000110

Color Harmonies of #AD84DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD84DF

Black with #AD84DF

Text Example


Text Example

White with #AD84DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD84DF; }

 p { color: rgb(173,132,223); }

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

background-color css

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

 a { background-color: rgb(173,132,223); }

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

border-color css

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

 span { border-color: rgb(173,132,223); }

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