Html Css Color HEX #AD8DFA Biloba Flower

📋 copy color: '#AD8DFA'

red 173 ◦ green 141 ◦ blue 250

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

Shades of Biloba Flower #AD8DFA

Tints of Biloba Flower #AD8DFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.33%

R = 30.67%
G = 25%
B = 44.33%

CMYK

 C value IS 0.31

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AD8DFA (or 0xAD8DFA) is known color: Biloba Flower. HEX triplet: AD, 8D and FA. RGB value is (173,141,250). Sum of RGB (Red+Green+Blue) = 173+141+250=564 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.67% from 564); Green value is 141 (55.47% from 255 or 25% from 564); Blue value is 250 (98.05% from 255 or 44.33% from 564); Max value from RGB is 250 - color contains mainly: blue. Hex color #AD8DFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD8DFA is #527205. Grayscale: #A2A2A2. Windows color (decimal): -5403142 or 16420269. OLE color: 16420269.

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

Color convert

RGB 173 141 250 -
CMYK 0.31 0.44 0 0.02
HSL 257.61º 0.92% 0.77% -
HSV(B) 257.61º 0.44% 0.98% -
XYZ 44.01 34.84 94.85 -
YUV 162.99 177.1 135.14 -
System Red Green Blue C M Y K H S L
Decimal 173 141 250 0.31 0.44 0 0.02 257.61 0.92 0.77
Hex AD 8D FA 1F 2C 0 2 102 5C 4D
Octal 255 215 372 37 54 0 2 402 134 115
Binary 10101101 10001101 11111010 11111 101100 0 10 100000010 1011100 1001101

Color Harmonies of #AD8DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8DFA

Black with #AD8DFA

Text Example


Text Example

White with #AD8DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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