Html Css Color HEX #AD95FE Biloba Flower

📋 copy color: '#AD95FE'

red 173 ◦ green 149 ◦ blue 254

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

Shades of Biloba Flower #AD95FE

Tints of Biloba Flower #AD95FE

RGB

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

 GREEN value IS 149 (58.59% from 255) = 25.87%

 BLUE value IS 254 (99.61% from 255) = 44.1%

R = 30.03%
G = 25.87%
B = 44.1%

CMYK

 C value IS 0.32

 M value IS 0.41

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AD95FE (or 0xAD95FE) is known color: Biloba Flower. HEX triplet: AD, 95 and FE. RGB value is (173,149,254). Sum of RGB (Red+Green+Blue) = 173+149+254=576 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.03% from 576); Green value is 149 (58.59% from 255 or 25.87% from 576); Blue value is 254 (99.61% from 255 or 44.10% from 576); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD95FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD95FE is #526A01. Grayscale: #A7A7A7. Windows color (decimal): -5401090 or 16684461. OLE color: 16684461.

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

Color convert

RGB 173 149 254 -
CMYK 0.32 0.41 0 0.00
HSL 253.71º 0.98% 0.79% -
HSV(B) 253.71º 0.41% 1% -
XYZ 45.87 37.53 98.59 -
YUV 168.15 176.45 131.46 -
System Red Green Blue C M Y K H S L
Decimal 173 149 254 0.32 0.41 0 0.00 253.71 0.98 0.79
Hex AD 95 FE 20 29 0 0 FE 62 4F
Octal 255 225 376 40 51 0 0 376 142 117
Binary 10101101 10010101 11111110 100000 101001 0 0 11111110 1100010 1001111

Color Harmonies of #AD95FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD95FE

Black with #AD95FE

Text Example


Text Example

White with #AD95FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD95FE; }

 p { color: rgb(173,149,254); }

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

background-color css

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

 a { background-color: rgb(173,149,254); }

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

border-color css

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

 span { border-color: rgb(173,149,254); }

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