Html Css Color HEX #AD8CFC Biloba Flower

📋 copy color: '#AD8CFC'

red 173 ◦ green 140 ◦ blue 252

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

Shades of Biloba Flower #AD8CFC

Tints of Biloba Flower #AD8CFC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.78%

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

R = 30.62%
G = 24.78%
B = 44.6%

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

#AD8CFC (or 0xAD8CFC) is known color: Biloba Flower. HEX triplet: AD, 8C and FC. RGB value is (173,140,252). Sum of RGB (Red+Green+Blue) = 173+140+252=565 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.62% from 565); Green value is 140 (55.08% from 255 or 24.78% from 565); Blue value is 252 (98.83% from 255 or 44.60% from 565); Max value from RGB is 252 - color contains mainly: blue. Hex color #AD8CFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD8CFC is #527303. Grayscale: #A2A2A2. Windows color (decimal): -5403396 or 16551085. OLE color: 16551085.

HSL color Cylindrical-coordinate representation of color #AD8CFC: hue angle of 257.68º 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 #AD8CFC is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 173 140 252 -
CMYK 0.31 0.44 0 0.01
HSL 257.68º 0.95% 0.77% -
HSV(B) 257.68º 0.44% 0.99% -
XYZ 44.18 34.67 96.46 -
YUV 162.64 178.43 135.39 -
System Red Green Blue C M Y K H S L
Decimal 173 140 252 0.31 0.44 0 0.01 257.68 0.95 0.77
Hex AD 8C FC 1F 2C 0 1 102 5F 4D
Octal 255 214 374 37 54 0 1 402 137 115
Binary 10101101 10001100 11111100 11111 101100 0 1 100000010 1011111 1001101

Color Harmonies of #AD8CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8CFC

Black with #AD8CFC

Text Example


Text Example

White with #AD8CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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