Html Css Color HEX #AD96F0 Biloba Flower

📋 copy color: '#AD96F0'

red 173 ◦ green 150 ◦ blue 240

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

Shades of Biloba Flower #AD96F0

Tints of Biloba Flower #AD96F0

RGB

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

 GREEN value IS 150 (58.98% from 255) = 26.64%

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

R = 30.73%
G = 26.64%
B = 42.63%

CMYK

 C value IS 0.28

 M value IS 0.37

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AD96F0 (or 0xAD96F0) is known color: Biloba Flower. HEX triplet: AD, 96 and F0. RGB value is (173,150,240). Sum of RGB (Red+Green+Blue) = 173+150+240=563 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.73% from 563); Green value is 150 (58.98% from 255 or 26.64% from 563); Blue value is 240 (94.14% from 255 or 42.63% from 563); Max value from RGB is 240 - color contains mainly: blue. Hex color #AD96F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD96F0 is #52690F. Grayscale: #A6A6A6. Windows color (decimal): -5400848 or 15767213. OLE color: 15767213.

HSL color Cylindrical-coordinate representation of color #AD96F0: hue angle of 255.33º 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 #AD96F0 is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 173 150 240 -
CMYK 0.28 0.37 0 0.06
HSL 255.33º 0.75% 0.76% -
HSV(B) 255.33º 0.38% 0.94% -
XYZ 43.87 36.99 87.27 -
YUV 167.14 169.12 132.18 -
System Red Green Blue C M Y K H S L
Decimal 173 150 240 0.28 0.37 0 0.06 255.33 0.75 0.76
Hex AD 96 F0 1C 25 0 6 FF 4B 4C
Octal 255 226 360 34 45 0 6 377 113 114
Binary 10101101 10010110 11110000 11100 100101 0 110 11111111 1001011 1001100

Color Harmonies of #AD96F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD96F0

Black with #AD96F0

Text Example


Text Example

White with #AD96F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD96F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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