Html Css Color HEX #AD9CF2 Biloba Flower

📋 copy color: '#AD9CF2'

red 173 ◦ green 156 ◦ blue 242

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

Shades of Biloba Flower #AD9CF2

Tints of Biloba Flower #AD9CF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 42.38%

R = 30.3%
G = 27.32%
B = 42.38%

CMYK

 C value IS 0.29

 M value IS 0.36

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AD9CF2 (or 0xAD9CF2) is known color: Biloba Flower. HEX triplet: AD, 9C and F2. RGB value is (173,156,242). Sum of RGB (Red+Green+Blue) = 173+156+242=571 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.30% from 571); Green value is 156 (61.33% from 255 or 27.32% from 571); Blue value is 242 (94.92% from 255 or 42.38% from 571); Max value from RGB is 242 - color contains mainly: blue. Hex color #AD9CF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD9CF2 is #52630D. Grayscale: #AAAAAA. Windows color (decimal): -5399310 or 15899821. OLE color: 15899821.

HSL color Cylindrical-coordinate representation of color #AD9CF2: hue angle of 251.86º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AD9CF2 is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 156 242 -
CMYK 0.29 0.36 0 0.05
HSL 251.86º 0.77% 0.78% -
HSV(B) 251.86º 0.36% 0.95% -
XYZ 45.15 39.07 89.17 -
YUV 170.89 168.13 129.51 -
System Red Green Blue C M Y K H S L
Decimal 173 156 242 0.29 0.36 0 0.05 251.86 0.77 0.78
Hex AD 9C F2 1D 24 0 5 FC 4D 4E
Octal 255 234 362 35 44 0 5 374 115 116
Binary 10101101 10011100 11110010 11101 100100 0 101 11111100 1001101 1001110

Color Harmonies of #AD9CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9CF2

Black with #AD9CF2

Text Example


Text Example

White with #AD9CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9CF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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