Html Css Color HEX #AD94E6 Biloba Flower

📋 copy color: '#AD94E6'

red 173 ◦ green 148 ◦ blue 230

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

Shades of Biloba Flower #AD94E6

Tints of Biloba Flower #AD94E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 41.74%

R = 31.4%
G = 26.86%
B = 41.74%

CMYK

 C value IS 0.25

 M value IS 0.36

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AD94E6 (or 0xAD94E6) is known color: Biloba Flower. HEX triplet: AD, 94 and E6. RGB value is (173,148,230). Sum of RGB (Red+Green+Blue) = 173+148+230=551 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.40% from 551); Green value is 148 (58.20% from 255 or 26.86% from 551); Blue value is 230 (90.23% from 255 or 41.74% from 551); Max value from RGB is 230 - color contains mainly: blue. Hex color #AD94E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD94E6 is #526B19. Grayscale: #A4A4A4. Windows color (decimal): -5401370 or 15111341. OLE color: 15111341.

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

Color convert

RGB 173 148 230 -
CMYK 0.25 0.36 0 0.10
HSL 258.29º 0.62% 0.74% -
HSV(B) 258.29º 0.36% 0.9% -
XYZ 42.11 35.78 79.55 -
YUV 164.82 164.78 133.83 -
System Red Green Blue C M Y K H S L
Decimal 173 148 230 0.25 0.36 0 0.10 258.29 0.62 0.74
Hex AD 94 E6 19 24 0 A 102 3E 4A
Octal 255 224 346 31 44 0 12 402 76 112
Binary 10101101 10010100 11100110 11001 100100 0 1010 100000010 111110 1001010

Color Harmonies of #AD94E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD94E6

Black with #AD94E6

Text Example


Text Example

White with #AD94E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD94E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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