Html Css Color HEX #AD94FF Biloba Flower

📋 copy color: '#AD94FF'

red 173 ◦ green 148 ◦ blue 255

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

Shades of Biloba Flower #AD94FF

Tints of Biloba Flower #AD94FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.27%

R = 30.03%
G = 25.69%
B = 44.27%

CMYK

 C value IS 0.32

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AD94FF (or 0xAD94FF) is known color: Biloba Flower. HEX triplet: AD, 94 and FF. RGB value is (173,148,255). Sum of RGB (Red+Green+Blue) = 173+148+255=576 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.03% from 576); Green value is 148 (58.20% from 255 or 25.69% from 576); Blue value is 255 (100% from 255 or 44.27% from 576); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD94FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD94FF is #526B00. Grayscale: #A7A7A7. Windows color (decimal): -5401345 or 16749741. OLE color: 16749741.

HSL color Cylindrical-coordinate representation of color #AD94FF: hue angle of 254.02º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AD94FF is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 173 148 255 -
CMYK 0.32 0.42 0 0
HSL 254.02º 1% 0.79% -
HSV(B) 254.02º 0.42% 1% -
XYZ 45.87 37.28 99.39 -
YUV 167.67 177.28 131.8 -
System Red Green Blue C M Y K H S L
Decimal 173 148 255 0.32 0.42 0 0 254.02 1 0.79
Hex AD 94 FF 20 2A 0 0 FE 64 4F
Octal 255 224 377 40 52 0 0 376 144 117
Binary 10101101 10010100 11111111 100000 101010 0 0 11111110 1100100 1001111

Color Harmonies of #AD94FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD94FF

Black with #AD94FF

Text Example


Text Example

White with #AD94FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD94FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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