Html Css Color HEX #AD8DFC Biloba Flower

📋 copy color: '#AD8DFC'

red 173 ◦ green 141 ◦ blue 252

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

Shades of Biloba Flower #AD8DFC

Tints of Biloba Flower #AD8DFC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 24.91%

 BLUE value IS 252 (98.83% from 255) = 44.52%

R = 30.57%
G = 24.91%
B = 44.52%

CMYK

 C value IS 0.31

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AD8DFC (or 0xAD8DFC) is known color: Biloba Flower. HEX triplet: AD, 8D and FC. RGB value is (173,141,252). Sum of RGB (Red+Green+Blue) = 173+141+252=566 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.57% from 566); Green value is 141 (55.47% from 255 or 24.91% from 566); Blue value is 252 (98.83% from 255 or 44.52% from 566); Max value from RGB is 252 - color contains mainly: blue. Hex color #AD8DFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD8DFC is #527203. Grayscale: #A2A2A2. Windows color (decimal): -5403140 or 16551341. OLE color: 16551341.

HSL color Cylindrical-coordinate representation of color #AD8DFC: hue angle of 257.3º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AD8DFC is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 173 141 252 -
CMYK 0.31 0.44 0 0.01
HSL 257.3º 0.95% 0.77% -
HSV(B) 257.3º 0.44% 0.99% -
XYZ 44.33 34.96 96.51 -
YUV 163.22 178.1 134.97 -
System Red Green Blue C M Y K H S L
Decimal 173 141 252 0.31 0.44 0 0.01 257.3 0.95 0.77
Hex AD 8D FC 1F 2C 0 1 101 5F 4D
Octal 255 215 374 37 54 0 1 401 137 115
Binary 10101101 10001101 11111100 11111 101100 0 1 100000001 1011111 1001101

Color Harmonies of #AD8DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8DFC

Black with #AD8DFC

Text Example


Text Example

White with #AD8DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8DFC; }

 p { color: rgb(173,141,252); }

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

background-color css

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

 a { background-color: rgb(173,141,252); }

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

border-color css

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

 span { border-color: rgb(173,141,252); }

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