Html Css Color HEX #AD8AF1 Biloba Flower

📋 copy color: '#AD8AF1'

red 173 ◦ green 138 ◦ blue 241

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

Shades of Biloba Flower #AD8AF1

Tints of Biloba Flower #AD8AF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 43.66%

R = 31.34%
G = 25%
B = 43.66%

CMYK

 C value IS 0.28

 M value IS 0.43

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AD8AF1 (or 0xAD8AF1) is known color: Biloba Flower. HEX triplet: AD, 8A and F1. RGB value is (173,138,241). Sum of RGB (Red+Green+Blue) = 173+138+241=552 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.34% from 552); Green value is 138 (54.30% from 255 or 25% from 552); Blue value is 241 (94.53% from 255 or 43.66% from 552); Max value from RGB is 241 - color contains mainly: blue. Hex color #AD8AF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD8AF1 is #52750E. Grayscale: #9F9F9F. Windows color (decimal): -5403919 or 15829677. OLE color: 15829677.

HSL color Cylindrical-coordinate representation of color #AD8AF1: hue angle of 260.39º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AD8AF1 is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 138 241 -
CMYK 0.28 0.43 0 0.05
HSL 260.39º 0.79% 0.74% -
HSV(B) 260.39º 0.43% 0.95% -
XYZ 42.2 33.41 87.44 -
YUV 160.21 173.6 137.12 -
System Red Green Blue C M Y K H S L
Decimal 173 138 241 0.28 0.43 0 0.05 260.39 0.79 0.74
Hex AD 8A F1 1C 2B 0 5 104 4F 4A
Octal 255 212 361 34 53 0 5 404 117 112
Binary 10101101 10001010 11110001 11100 101011 0 101 100000100 1001111 1001010

Color Harmonies of #AD8AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8AF1

Black with #AD8AF1

Text Example


Text Example

White with #AD8AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8AF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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