Html Css Color HEX #AD90CA Biloba Flower

📋 copy color: '#AD90CA'

red 173 ◦ green 144 ◦ blue 202

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

Shades of Biloba Flower #AD90CA

Tints of Biloba Flower #AD90CA

RGB

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

 GREEN value IS 144 (56.64% from 255) = 27.75%

 BLUE value IS 202 (79.3% from 255) = 38.92%

R = 33.33%
G = 27.75%
B = 38.92%

CMYK

 C value IS 0.14

 M value IS 0.29

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AD90CA (or 0xAD90CA) is known color: Biloba Flower. HEX triplet: AD, 90 and CA. RGB value is (173,144,202). Sum of RGB (Red+Green+Blue) = 173+144+202=519 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.33% from 519); Green value is 144 (56.64% from 255 or 27.75% from 519); Blue value is 202 (79.30% from 255 or 38.92% from 519); Max value from RGB is 202 - color contains mainly: blue. Hex color #AD90CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD90CA is #526F35. Grayscale: #9F9F9F. Windows color (decimal): -5402422 or 13275309. OLE color: 13275309.

HSL color Cylindrical-coordinate representation of color #AD90CA: hue angle of 270º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AD90CA is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 173 144 202 -
CMYK 0.14 0.29 0 0.21
HSL 270º 0.35% 0.68% -
HSV(B) 270º 0.29% 0.79% -
XYZ 37.87 33.1 60.27 -
YUV 159.28 152.11 137.78 -
System Red Green Blue C M Y K H S L
Decimal 173 144 202 0.14 0.29 0 0.21 270 0.35 0.68
Hex AD 90 CA E 1D 0 15 10E 23 44
Octal 255 220 312 16 35 0 25 416 43 104
Binary 10101101 10010000 11001010 1110 11101 0 10101 100001110 100011 1000100

Color Harmonies of #AD90CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD90CA

Black with #AD90CA

Text Example


Text Example

White with #AD90CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD90CA; }

 p { color: rgb(173,144,202); }

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

background-color css

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

 a { background-color: rgb(173,144,202); }

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

border-color css

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

 span { border-color: rgb(173,144,202); }

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