Html Css Color HEX #AD85F1 Biloba Flower

📋 copy color: '#AD85F1'

red 173 ◦ green 133 ◦ blue 241

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

Shades of Biloba Flower #AD85F1

Tints of Biloba Flower #AD85F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 44.06%

R = 31.63%
G = 24.31%
B = 44.06%

CMYK

 C value IS 0.28

 M value IS 0.45

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AD85F1 (or 0xAD85F1) is known color: Biloba Flower. HEX triplet: AD, 85 and F1. RGB value is (173,133,241). Sum of RGB (Red+Green+Blue) = 173+133+241=547 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.63% from 547); Green value is 133 (52.34% from 255 or 24.31% from 547); Blue value is 241 (94.53% from 255 or 44.06% from 547); Max value from RGB is 241 - color contains mainly: blue. Hex color #AD85F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD85F1 is #527A0E. Grayscale: #9C9C9C. Windows color (decimal): -5405199 or 15828397. OLE color: 15828397.

HSL color Cylindrical-coordinate representation of color #AD85F1: hue angle of 262.22º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AD85F1 is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 133 241 -
CMYK 0.28 0.45 0 0.05
HSL 262.22º 0.79% 0.73% -
HSV(B) 262.22º 0.45% 0.95% -
XYZ 41.5 32.01 87.21 -
YUV 157.27 175.25 139.22 -
System Red Green Blue C M Y K H S L
Decimal 173 133 241 0.28 0.45 0 0.05 262.22 0.79 0.73
Hex AD 85 F1 1C 2D 0 5 106 4F 49
Octal 255 205 361 34 55 0 5 406 117 111
Binary 10101101 10000101 11110001 11100 101101 0 101 100000110 1001111 1001001

Color Harmonies of #AD85F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD85F1

Black with #AD85F1

Text Example


Text Example

White with #AD85F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD85F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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