Html Css Color HEX #AD9CFB Biloba Flower

📋 copy color: '#AD9CFB'

red 173 ◦ green 156 ◦ blue 251

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

Shades of Biloba Flower #AD9CFB

Tints of Biloba Flower #AD9CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 43.28%

R = 29.83%
G = 26.9%
B = 43.28%

CMYK

 C value IS 0.31

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AD9CFB (or 0xAD9CFB) is known color: Biloba Flower. HEX triplet: AD, 9C and FB. RGB value is (173,156,251). Sum of RGB (Red+Green+Blue) = 173+156+251=580 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.83% from 580); Green value is 156 (61.33% from 255 or 26.90% from 580); Blue value is 251 (98.44% from 255 or 43.28% from 580); Max value from RGB is 251 - color contains mainly: blue. Hex color #AD9CFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD9CFB is #526304. Grayscale: #ABABAB. Windows color (decimal): -5399301 or 16489645. OLE color: 16489645.

HSL color Cylindrical-coordinate representation of color #AD9CFB: hue angle of 250.74º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AD9CFB is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 156 251 -
CMYK 0.31 0.38 0 0.02
HSL 250.74º 0.92% 0.8% -
HSV(B) 250.74º 0.38% 0.98% -
XYZ 46.53 39.63 96.46 -
YUV 171.91 172.63 128.78 -
System Red Green Blue C M Y K H S L
Decimal 173 156 251 0.31 0.38 0 0.02 250.74 0.92 0.8
Hex AD 9C FB 1F 26 0 2 FB 5C 50
Octal 255 234 373 37 46 0 2 373 134 120
Binary 10101101 10011100 11111011 11111 100110 0 10 11111011 1011100 1010000

Color Harmonies of #AD9CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9CFB

Black with #AD9CFB

Text Example


Text Example

White with #AD9CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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