Html Css Color HEX #AD94E7 Biloba Flower

📋 copy color: '#AD94E7'

red 173 ◦ green 148 ◦ blue 231

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

Shades of Biloba Flower #AD94E7

Tints of Biloba Flower #AD94E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 41.85%

R = 31.34%
G = 26.81%
B = 41.85%

CMYK

 C value IS 0.25

 M value IS 0.36

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AD94E7 (or 0xAD94E7) is known color: Biloba Flower. HEX triplet: AD, 94 and E7. RGB value is (173,148,231). Sum of RGB (Red+Green+Blue) = 173+148+231=552 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.34% from 552); Green value is 148 (58.20% from 255 or 26.81% from 552); Blue value is 231 (90.62% from 255 or 41.85% from 552); Max value from RGB is 231 - color contains mainly: blue. Hex color #AD94E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD94E7 is #526B18. Grayscale: #A4A4A4. Windows color (decimal): -5401369 or 15176877. OLE color: 15176877.

HSL color Cylindrical-coordinate representation of color #AD94E7: hue angle of 258.07º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AD94E7 is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 173 148 231 -
CMYK 0.25 0.36 0 0.09
HSL 258.07º 0.63% 0.74% -
HSV(B) 258.07º 0.36% 0.91% -
XYZ 42.25 35.83 80.29 -
YUV 164.94 165.28 133.75 -
System Red Green Blue C M Y K H S L
Decimal 173 148 231 0.25 0.36 0 0.09 258.07 0.63 0.74
Hex AD 94 E7 19 24 0 9 102 3F 4A
Octal 255 224 347 31 44 0 11 402 77 112
Binary 10101101 10010100 11100111 11001 100100 0 1001 100000010 111111 1001010

Color Harmonies of #AD94E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD94E7

Black with #AD94E7

Text Example


Text Example

White with #AD94E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD94E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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