Html Css Color HEX #AD9DEA Biloba Flower

📋 copy color: '#AD9DEA'

red 173 ◦ green 157 ◦ blue 234

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

Shades of Biloba Flower #AD9DEA

Tints of Biloba Flower #AD9DEA

RGB

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

 GREEN value IS 157 (61.72% from 255) = 27.84%

 BLUE value IS 234 (91.8% from 255) = 41.49%

R = 30.67%
G = 27.84%
B = 41.49%

CMYK

 C value IS 0.26

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AD9DEA (or 0xAD9DEA) is known color: Biloba Flower. HEX triplet: AD, 9D and EA. RGB value is (173,157,234). Sum of RGB (Red+Green+Blue) = 173+157+234=564 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.67% from 564); Green value is 157 (61.72% from 255 or 27.84% from 564); Blue value is 234 (91.80% from 255 or 41.49% from 564); Max value from RGB is 234 - color contains mainly: blue. Hex color #AD9DEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD9DEA is #526215. Grayscale: #AAAAAA. Windows color (decimal): -5399062 or 15375789. OLE color: 15375789.

HSL color Cylindrical-coordinate representation of color #AD9DEA: hue angle of 252.47º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AD9DEA is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 173 157 234 -
CMYK 0.26 0.33 0 0.08
HSL 252.47º 0.65% 0.77% -
HSV(B) 252.47º 0.33% 0.92% -
XYZ 44.14 38.94 83.03 -
YUV 170.56 163.8 129.74 -
System Red Green Blue C M Y K H S L
Decimal 173 157 234 0.26 0.33 0 0.08 252.47 0.65 0.77
Hex AD 9D EA 1A 21 0 8 FC 41 4D
Octal 255 235 352 32 41 0 10 374 101 115
Binary 10101101 10011101 11101010 11010 100001 0 1000 11111100 1000001 1001101

Color Harmonies of #AD9DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9DEA

Black with #AD9DEA

Text Example


Text Example

White with #AD9DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9DEA; }

 p { color: rgb(173,157,234); }

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

background-color css

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

 a { background-color: rgb(173,157,234); }

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

border-color css

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

 span { border-color: rgb(173,157,234); }

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