Html Css Color HEX #AD94F8 Biloba Flower

📋 copy color: '#AD94F8'

red 173 ◦ green 148 ◦ blue 248

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

Shades of Biloba Flower #AD94F8

Tints of Biloba Flower #AD94F8

RGB

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

 GREEN value IS 148 (58.2% from 255) = 26.01%

 BLUE value IS 248 (97.27% from 255) = 43.59%

R = 30.4%
G = 26.01%
B = 43.59%

CMYK

 C value IS 0.30

 M value IS 0.40

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AD94F8 (or 0xAD94F8) is known color: Biloba Flower. HEX triplet: AD, 94 and F8. RGB value is (173,148,248). Sum of RGB (Red+Green+Blue) = 173+148+248=569 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.40% from 569); Green value is 148 (58.20% from 255 or 26.01% from 569); Blue value is 248 (97.27% from 255 or 43.59% from 569); Max value from RGB is 248 - color contains mainly: blue. Hex color #AD94F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD94F8 is #526B07. Grayscale: #A6A6A6. Windows color (decimal): -5401352 or 16290989. OLE color: 16290989.

HSL color Cylindrical-coordinate representation of color #AD94F8: hue angle of 255º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD94F8 is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 173 148 248 -
CMYK 0.30 0.40 0 0.03
HSL 255º 0.88% 0.78% -
HSV(B) 255º 0.4% 0.97% -
XYZ 44.77 36.84 93.56 -
YUV 166.88 173.78 132.37 -
System Red Green Blue C M Y K H S L
Decimal 173 148 248 0.30 0.40 0 0.03 255 0.88 0.78
Hex AD 94 F8 1E 28 0 3 FF 58 4E
Octal 255 224 370 36 50 0 3 377 130 116
Binary 10101101 10010100 11111000 11110 101000 0 11 11111111 1011000 1001110

Color Harmonies of #AD94F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD94F8

Black with #AD94F8

Text Example


Text Example

White with #AD94F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD94F8; }

 p { color: rgb(173,148,248); }

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

background-color css

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

 a { background-color: rgb(173,148,248); }

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

border-color css

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

 span { border-color: rgb(173,148,248); }

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