Html Css Color HEX #AD9CFD Biloba Flower

📋 copy color: '#AD9CFD'

red 173 ◦ green 156 ◦ blue 253

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

Shades of Biloba Flower #AD9CFD

Tints of Biloba Flower #AD9CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 43.47%

R = 29.73%
G = 26.8%
B = 43.47%

CMYK

 C value IS 0.32

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AD9CFD (or 0xAD9CFD) is known color: Biloba Flower. HEX triplet: AD, 9C and FD. RGB value is (173,156,253). Sum of RGB (Red+Green+Blue) = 173+156+253=582 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.73% from 582); Green value is 156 (61.33% from 255 or 26.80% from 582); Blue value is 253 (99.22% from 255 or 43.47% from 582); Max value from RGB is 253 - color contains mainly: blue. Hex color #AD9CFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD9CFD is #526302. Grayscale: #ABABAB. Windows color (decimal): -5399299 or 16620717. OLE color: 16620717.

HSL color Cylindrical-coordinate representation of color #AD9CFD: hue angle of 250.52º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AD9CFD is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 173 156 253 -
CMYK 0.32 0.38 0 0.01
HSL 250.52º 0.96% 0.8% -
HSV(B) 250.52º 0.38% 0.99% -
XYZ 46.85 39.75 98.13 -
YUV 172.14 173.63 128.61 -
System Red Green Blue C M Y K H S L
Decimal 173 156 253 0.32 0.38 0 0.01 250.52 0.96 0.8
Hex AD 9C FD 20 26 0 1 FB 60 50
Octal 255 234 375 40 46 0 1 373 140 120
Binary 10101101 10011100 11111101 100000 100110 0 1 11111011 1100000 1010000

Color Harmonies of #AD9CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9CFD

Black with #AD9CFD

Text Example


Text Example

White with #AD9CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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