Html Css Color HEX #AD8AED Biloba Flower

📋 copy color: '#AD8AED'

red 173 ◦ green 138 ◦ blue 237

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

Shades of Biloba Flower #AD8AED

Tints of Biloba Flower #AD8AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.25%

R = 31.57%
G = 25.18%
B = 43.25%

CMYK

 C value IS 0.27

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AD8AED (or 0xAD8AED) is known color: Biloba Flower. HEX triplet: AD, 8A and ED. RGB value is (173,138,237). Sum of RGB (Red+Green+Blue) = 173+138+237=548 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.57% from 548); Green value is 138 (54.30% from 255 or 25.18% from 548); Blue value is 237 (92.97% from 255 or 43.25% from 548); Max value from RGB is 237 - color contains mainly: blue. Hex color #AD8AED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD8AED is #527512. Grayscale: #9F9F9F. Windows color (decimal): -5403923 or 15567533. OLE color: 15567533.

HSL color Cylindrical-coordinate representation of color #AD8AED: hue angle of 261.21º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AD8AED is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 138 237 -
CMYK 0.27 0.42 0 0.07
HSL 261.21º 0.73% 0.74% -
HSV(B) 261.21º 0.42% 0.93% -
XYZ 41.61 33.18 84.33 -
YUV 159.75 171.6 137.45 -
System Red Green Blue C M Y K H S L
Decimal 173 138 237 0.27 0.42 0 0.07 261.21 0.73 0.74
Hex AD 8A ED 1B 2A 0 7 105 49 4A
Octal 255 212 355 33 52 0 7 405 111 112
Binary 10101101 10001010 11101101 11011 101010 0 111 100000101 1001001 1001010

Color Harmonies of #AD8AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8AED

Black with #AD8AED

Text Example


Text Example

White with #AD8AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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