Html Css Color HEX #AD8AFF Biloba Flower

📋 copy color: '#AD8AFF'

red 173 ◦ green 138 ◦ blue 255

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

Shades of Biloba Flower #AD8AFF

Tints of Biloba Flower #AD8AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.05%

R = 30.57%
G = 24.38%
B = 45.05%

CMYK

 C value IS 0.32

 M value IS 0.46

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AD8AFF (or 0xAD8AFF) is known color: Biloba Flower. HEX triplet: AD, 8A and FF. RGB value is (173,138,255). Sum of RGB (Red+Green+Blue) = 173+138+255=566 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.57% from 566); Green value is 138 (54.30% from 255 or 24.38% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD8AFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD8AFF is #527500. Grayscale: #A1A1A1. Windows color (decimal): -5403905 or 16747181. OLE color: 16747181.

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

Color convert

RGB 173 138 255 -
CMYK 0.32 0.46 0 0
HSL 257.95º 1% 0.77% -
HSV(B) 257.95º 0.46% 1% -
XYZ 44.37 34.28 98.89 -
YUV 161.8 180.6 135.99 -
System Red Green Blue C M Y K H S L
Decimal 173 138 255 0.32 0.46 0 0 257.95 1 0.77
Hex AD 8A FF 20 2E 0 0 102 64 4D
Octal 255 212 377 40 56 0 0 402 144 115
Binary 10101101 10001010 11111111 100000 101110 0 0 100000010 1100100 1001101

Color Harmonies of #AD8AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8AFF

Black with #AD8AFF

Text Example


Text Example

White with #AD8AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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