Html Css Color HEX #AD9CEA Biloba Flower

📋 copy color: '#AD9CEA'

red 173 ◦ green 156 ◦ blue 234

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

Shades of Biloba Flower #AD9CEA

Tints of Biloba Flower #AD9CEA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 27.71%

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

R = 30.73%
G = 27.71%
B = 41.56%

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

#AD9CEA (or 0xAD9CEA) is known color: Biloba Flower. HEX triplet: AD, 9C and EA. RGB value is (173,156,234). Sum of RGB (Red+Green+Blue) = 173+156+234=563 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.73% from 563); Green value is 156 (61.33% from 255 or 27.71% from 563); Blue value is 234 (91.80% from 255 or 41.56% from 563); Max value from RGB is 234 - color contains mainly: blue. Hex color #AD9CEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD9CEA is #526315. Grayscale: #A9A9A9. Windows color (decimal): -5399318 or 15375533. OLE color: 15375533.

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

Color convert

RGB 173 156 234 -
CMYK 0.26 0.33 0 0.08
HSL 253.08º 0.65% 0.76% -
HSV(B) 253.08º 0.33% 0.92% -
XYZ 43.97 38.6 82.98 -
YUV 169.98 164.13 130.16 -
System Red Green Blue C M Y K H S L
Decimal 173 156 234 0.26 0.33 0 0.08 253.08 0.65 0.76
Hex AD 9C EA 1A 21 0 8 FD 41 4C
Octal 255 234 352 32 41 0 10 375 101 114
Binary 10101101 10011100 11101010 11010 100001 0 1000 11111101 1000001 1001100

Color Harmonies of #AD9CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9CEA

Black with #AD9CEA

Text Example


Text Example

White with #AD9CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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