Html Css Color HEX #AD8AFE Biloba Flower

📋 copy color: '#AD8AFE'

red 173 ◦ green 138 ◦ blue 254

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

Shades of Biloba Flower #AD8AFE

Tints of Biloba Flower #AD8AFE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24.42%

 BLUE value IS 254 (99.61% from 255) = 44.96%

R = 30.62%
G = 24.42%
B = 44.96%

CMYK

 C value IS 0.32

 M value IS 0.46

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AD8AFE (or 0xAD8AFE) is known color: Biloba Flower. HEX triplet: AD, 8A and FE. RGB value is (173,138,254). Sum of RGB (Red+Green+Blue) = 173+138+254=565 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.62% from 565); Green value is 138 (54.30% from 255 or 24.42% from 565); Blue value is 254 (99.61% from 255 or 44.96% from 565); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD8AFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD8AFE is #527501. Grayscale: #A1A1A1. Windows color (decimal): -5403906 or 16681645. OLE color: 16681645.

HSL color Cylindrical-coordinate representation of color #AD8AFE: hue angle of 258.1º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AD8AFE is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 173 138 254 -
CMYK 0.32 0.46 0 0.00
HSL 258.1º 0.98% 0.77% -
HSV(B) 258.1º 0.46% 1% -
XYZ 44.21 34.22 98.04 -
YUV 161.69 180.1 136.07 -
System Red Green Blue C M Y K H S L
Decimal 173 138 254 0.32 0.46 0 0.00 258.1 0.98 0.77
Hex AD 8A FE 20 2E 0 0 102 62 4D
Octal 255 212 376 40 56 0 0 402 142 115
Binary 10101101 10001010 11111110 100000 101110 0 0 100000010 1100010 1001101

Color Harmonies of #AD8AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8AFE

Black with #AD8AFE

Text Example


Text Example

White with #AD8AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8AFE; }

 p { color: rgb(173,138,254); }

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

background-color css

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

 a { background-color: rgb(173,138,254); }

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

border-color css

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

 span { border-color: rgb(173,138,254); }

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