Html Css Color HEX #AD94F2 Biloba Flower

📋 copy color: '#AD94F2'

red 173 ◦ green 148 ◦ blue 242

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

Shades of Biloba Flower #AD94F2

Tints of Biloba Flower #AD94F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 42.98%

R = 30.73%
G = 26.29%
B = 42.98%

CMYK

 C value IS 0.29

 M value IS 0.39

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AD94F2 (or 0xAD94F2) is known color: Biloba Flower. HEX triplet: AD, 94 and F2. RGB value is (173,148,242). Sum of RGB (Red+Green+Blue) = 173+148+242=563 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.73% from 563); Green value is 148 (58.20% from 255 or 26.29% from 563); Blue value is 242 (94.92% from 255 or 42.98% from 563); Max value from RGB is 242 - color contains mainly: blue. Hex color #AD94F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD94F2 is #526B0D. Grayscale: #A5A5A5. Windows color (decimal): -5401358 or 15897773. OLE color: 15897773.

HSL color Cylindrical-coordinate representation of color #AD94F2: hue angle of 255.96º degrees, saturation: 0.78, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AD94F2 is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 148 242 -
CMYK 0.29 0.39 0 0.05
HSL 255.96º 0.78% 0.76% -
HSV(B) 255.96º 0.39% 0.95% -
XYZ 43.85 36.47 88.73 -
YUV 166.19 170.78 132.86 -
System Red Green Blue C M Y K H S L
Decimal 173 148 242 0.29 0.39 0 0.05 255.96 0.78 0.76
Hex AD 94 F2 1D 27 0 5 100 4E 4C
Octal 255 224 362 35 47 0 5 400 116 114
Binary 10101101 10010100 11110010 11101 100111 0 101 100000000 1001110 1001100

Color Harmonies of #AD94F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD94F2

Black with #AD94F2

Text Example


Text Example

White with #AD94F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD94F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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