Html Css Color HEX #AD94F0 Biloba Flower

📋 copy color: '#AD94F0'

red 173 ◦ green 148 ◦ blue 240

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

Shades of Biloba Flower #AD94F0

Tints of Biloba Flower #AD94F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 42.78%

R = 30.84%
G = 26.38%
B = 42.78%

CMYK

 C value IS 0.28

 M value IS 0.38

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AD94F0 (or 0xAD94F0) is known color: Biloba Flower. HEX triplet: AD, 94 and F0. RGB value is (173,148,240). Sum of RGB (Red+Green+Blue) = 173+148+240=561 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.84% from 561); Green value is 148 (58.20% from 255 or 26.38% from 561); Blue value is 240 (94.14% from 255 or 42.78% from 561); Max value from RGB is 240 - color contains mainly: blue. Hex color #AD94F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD94F0 is #526B0F. Grayscale: #A5A5A5. Windows color (decimal): -5401360 or 15766701. OLE color: 15766701.

HSL color Cylindrical-coordinate representation of color #AD94F0: hue angle of 256.3º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AD94F0 is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 173 148 240 -
CMYK 0.28 0.38 0 0.06
HSL 256.3º 0.75% 0.76% -
HSV(B) 256.3º 0.38% 0.94% -
XYZ 43.55 36.36 87.16 -
YUV 165.96 169.78 133.02 -
System Red Green Blue C M Y K H S L
Decimal 173 148 240 0.28 0.38 0 0.06 256.3 0.75 0.76
Hex AD 94 F0 1C 26 0 6 100 4B 4C
Octal 255 224 360 34 46 0 6 400 113 114
Binary 10101101 10010100 11110000 11100 100110 0 110 100000000 1001011 1001100

Color Harmonies of #AD94F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD94F0

Black with #AD94F0

Text Example


Text Example

White with #AD94F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD94F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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