Html Css Color HEX #AD85FB Biloba Flower

📋 copy color: '#AD85FB'

red 173 ◦ green 133 ◦ blue 251

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

Shades of Biloba Flower #AD85FB

Tints of Biloba Flower #AD85FB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 23.88%

 BLUE value IS 251 (98.44% from 255) = 45.06%

R = 31.06%
G = 23.88%
B = 45.06%

CMYK

 C value IS 0.31

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AD85FB (or 0xAD85FB) is known color: Biloba Flower. HEX triplet: AD, 85 and FB. RGB value is (173,133,251). Sum of RGB (Red+Green+Blue) = 173+133+251=557 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.06% from 557); Green value is 133 (52.34% from 255 or 23.88% from 557); Blue value is 251 (98.44% from 255 or 45.06% from 557); Max value from RGB is 251 - color contains mainly: blue. Hex color #AD85FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD85FB is #527A04. Grayscale: #9D9D9D. Windows color (decimal): -5405189 or 16483757. OLE color: 16483757.

HSL color Cylindrical-coordinate representation of color #AD85FB: hue angle of 260.34º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD85FB is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 133 251 -
CMYK 0.31 0.47 0 0.02
HSL 260.34º 0.94% 0.75% -
HSV(B) 260.34º 0.47% 0.98% -
XYZ 43.03 32.62 95.3 -
YUV 158.41 180.25 138.41 -
System Red Green Blue C M Y K H S L
Decimal 173 133 251 0.31 0.47 0 0.02 260.34 0.94 0.75
Hex AD 85 FB 1F 2F 0 2 104 5E 4B
Octal 255 205 373 37 57 0 2 404 136 113
Binary 10101101 10000101 11111011 11111 101111 0 10 100000100 1011110 1001011

Color Harmonies of #AD85FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD85FB

Black with #AD85FB

Text Example


Text Example

White with #AD85FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD85FB; }

 p { color: rgb(173,133,251); }

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

background-color css

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

 a { background-color: rgb(173,133,251); }

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

border-color css

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

 span { border-color: rgb(173,133,251); }

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