Html Css Color HEX #AD84ED Biloba Flower

📋 copy color: '#AD84ED'

red 173 ◦ green 132 ◦ blue 237

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

Shades of Biloba Flower #AD84ED

Tints of Biloba Flower #AD84ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.73%

R = 31.92%
G = 24.35%
B = 43.73%

CMYK

 C value IS 0.27

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AD84ED (or 0xAD84ED) is known color: Biloba Flower. HEX triplet: AD, 84 and ED. RGB value is (173,132,237). Sum of RGB (Red+Green+Blue) = 173+132+237=542 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.92% from 542); Green value is 132 (51.95% from 255 or 24.35% from 542); Blue value is 237 (92.97% from 255 or 43.73% from 542); Max value from RGB is 237 - color contains mainly: blue. Hex color #AD84ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD84ED is #527B12. Grayscale: #9B9B9B. Windows color (decimal): -5405459 or 15565997. OLE color: 15565997.

HSL color Cylindrical-coordinate representation of color #AD84ED: hue angle of 263.43º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AD84ED is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 132 237 -
CMYK 0.27 0.44 0 0.07
HSL 263.43º 0.74% 0.72% -
HSV(B) 263.43º 0.44% 0.93% -
XYZ 40.77 31.5 84.05 -
YUV 156.23 173.58 139.96 -
System Red Green Blue C M Y K H S L
Decimal 173 132 237 0.27 0.44 0 0.07 263.43 0.74 0.72
Hex AD 84 ED 1B 2C 0 7 107 4A 48
Octal 255 204 355 33 54 0 7 407 112 110
Binary 10101101 10000100 11101101 11011 101100 0 111 100000111 1001010 1001000

Color Harmonies of #AD84ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD84ED

Black with #AD84ED

Text Example


Text Example

White with #AD84ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD84ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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