Html Css Color HEX #AD8FCA Biloba Flower

📋 copy color: '#AD8FCA'

red 173 ◦ green 143 ◦ blue 202

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

Shades of Biloba Flower #AD8FCA

Tints of Biloba Flower #AD8FCA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.61%

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

R = 33.4%
G = 27.61%
B = 39%

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

#AD8FCA (or 0xAD8FCA) is known color: Biloba Flower. HEX triplet: AD, 8F and CA. RGB value is (173,143,202). Sum of RGB (Red+Green+Blue) = 173+143+202=518 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.40% from 518); Green value is 143 (56.25% from 255 or 27.61% from 518); Blue value is 202 (79.30% from 255 or 39.00% from 518); Max value from RGB is 202 - color contains mainly: blue. Hex color #AD8FCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8FCA is #527035. Grayscale: #9E9E9E. Windows color (decimal): -5402678 or 13275053. OLE color: 13275053.

HSL color Cylindrical-coordinate representation of color #AD8FCA: hue angle of 270.51º degrees, saturation: 0.36, 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 #AD8FCA is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 173 143 202 -
CMYK 0.14 0.29 0 0.21
HSL 270.51º 0.36% 0.68% -
HSV(B) 270.51º 0.29% 0.79% -
XYZ 37.72 32.79 60.22 -
YUV 158.7 152.44 138.2 -
System Red Green Blue C M Y K H S L
Decimal 173 143 202 0.14 0.29 0 0.21 270.51 0.36 0.68
Hex AD 8F CA E 1D 0 15 10F 24 44
Octal 255 217 312 16 35 0 25 417 44 104
Binary 10101101 10001111 11001010 1110 11101 0 10101 100001111 100100 1000100

Color Harmonies of #AD8FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8FCA

Black with #AD8FCA

Text Example


Text Example

White with #AD8FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8FCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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