Html Css Color HEX #AD85FD Biloba Flower

📋 copy color: '#AD85FD'

red 173 ◦ green 133 ◦ blue 253

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

Shades of Biloba Flower #AD85FD

Tints of Biloba Flower #AD85FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.26%

R = 30.95%
G = 23.79%
B = 45.26%

CMYK

 C value IS 0.32

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AD85FD (or 0xAD85FD) is known color: Biloba Flower. HEX triplet: AD, 85 and FD. RGB value is (173,133,253). Sum of RGB (Red+Green+Blue) = 173+133+253=559 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.95% from 559); Green value is 133 (52.34% from 255 or 23.79% from 559); Blue value is 253 (99.22% from 255 or 45.26% from 559); Max value from RGB is 253 - color contains mainly: blue. Hex color #AD85FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD85FD is #527A02. Grayscale: #9E9E9E. Windows color (decimal): -5405187 or 16614829. OLE color: 16614829.

HSL color Cylindrical-coordinate representation of color #AD85FD: hue angle of 260º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD85FD is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 173 133 253 -
CMYK 0.32 0.47 0 0.01
HSL 260º 0.97% 0.76% -
HSV(B) 260º 0.47% 0.99% -
XYZ 43.35 32.75 96.97 -
YUV 158.64 181.25 138.24 -
System Red Green Blue C M Y K H S L
Decimal 173 133 253 0.32 0.47 0 0.01 260 0.97 0.76
Hex AD 85 FD 20 2F 0 1 104 61 4C
Octal 255 205 375 40 57 0 1 404 141 114
Binary 10101101 10000101 11111101 100000 101111 0 1 100000100 1100001 1001100

Color Harmonies of #AD85FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD85FD

Black with #AD85FD

Text Example


Text Example

White with #AD85FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD85FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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