Html Css Color HEX #AD84E7 Biloba Flower

📋 copy color: '#AD84E7'

red 173 ◦ green 132 ◦ blue 231

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

Shades of Biloba Flower #AD84E7

Tints of Biloba Flower #AD84E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 43.1%

R = 32.28%
G = 24.63%
B = 43.1%

CMYK

 C value IS 0.25

 M value IS 0.43

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AD84E7 (or 0xAD84E7) is known color: Biloba Flower. HEX triplet: AD, 84 and E7. RGB value is (173,132,231). Sum of RGB (Red+Green+Blue) = 173+132+231=536 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.28% from 536); Green value is 132 (51.95% from 255 or 24.63% from 536); Blue value is 231 (90.62% from 255 or 43.10% from 536); Max value from RGB is 231 - color contains mainly: blue. Hex color #AD84E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD84E7 is #527B18. Grayscale: #9B9B9B. Windows color (decimal): -5405465 or 15172781. OLE color: 15172781.

HSL color Cylindrical-coordinate representation of color #AD84E7: hue angle of 264.85º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AD84E7 is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 173 132 231 -
CMYK 0.25 0.43 0 0.09
HSL 264.85º 0.67% 0.71% -
HSV(B) 264.85º 0.43% 0.91% -
XYZ 39.91 31.16 79.51 -
YUV 155.55 170.58 140.45 -
System Red Green Blue C M Y K H S L
Decimal 173 132 231 0.25 0.43 0 0.09 264.85 0.67 0.71
Hex AD 84 E7 19 2B 0 9 109 43 47
Octal 255 204 347 31 53 0 11 411 103 107
Binary 10101101 10000100 11100111 11001 101011 0 1001 100001001 1000011 1000111

Color Harmonies of #AD84E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD84E7

Black with #AD84E7

Text Example


Text Example

White with #AD84E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD84E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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