Html Css Color HEX #AD8FEA Biloba Flower

📋 copy color: '#AD8FEA'

red 173 ◦ green 143 ◦ blue 234

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

Shades of Biloba Flower #AD8FEA

Tints of Biloba Flower #AD8FEA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 26%

 BLUE value IS 234 (91.8% from 255) = 42.55%

R = 31.45%
G = 26%
B = 42.55%

CMYK

 C value IS 0.26

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AD8FEA (or 0xAD8FEA) is known color: Biloba Flower. HEX triplet: AD, 8F and EA. RGB value is (173,143,234). Sum of RGB (Red+Green+Blue) = 173+143+234=550 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.45% from 550); Green value is 143 (56.25% from 255 or 26% from 550); Blue value is 234 (91.80% from 255 or 42.55% from 550); Max value from RGB is 234 - color contains mainly: blue. Hex color #AD8FEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD8FEA is #527015. Grayscale: #A2A2A2. Windows color (decimal): -5402646 or 15372205. OLE color: 15372205.

HSL color Cylindrical-coordinate representation of color #AD8FEA: hue angle of 259.78º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AD8FEA is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 173 143 234 -
CMYK 0.26 0.39 0 0.08
HSL 259.78º 0.68% 0.74% -
HSV(B) 259.78º 0.39% 0.92% -
XYZ 41.91 34.47 82.29 -
YUV 162.34 168.44 135.6 -
System Red Green Blue C M Y K H S L
Decimal 173 143 234 0.26 0.39 0 0.08 259.78 0.68 0.74
Hex AD 8F EA 1A 27 0 8 104 44 4A
Octal 255 217 352 32 47 0 10 404 104 112
Binary 10101101 10001111 11101010 11010 100111 0 1000 100000100 1000100 1001010

Color Harmonies of #AD8FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8FEA

Black with #AD8FEA

Text Example


Text Example

White with #AD8FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8FEA; }

 p { color: rgb(173,143,234); }

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

background-color css

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

 a { background-color: rgb(173,143,234); }

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

border-color css

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

 span { border-color: rgb(173,143,234); }

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