Html Css Color HEX #AD94CC Biloba Flower

📋 copy color: '#AD94CC'

red 173 ◦ green 148 ◦ blue 204

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

Shades of Biloba Flower #AD94CC

Tints of Biloba Flower #AD94CC

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.19%

 BLUE value IS 204 (80.08% from 255) = 38.86%

R = 32.95%
G = 28.19%
B = 38.86%

CMYK

 C value IS 0.15

 M value IS 0.27

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AD94CC (or 0xAD94CC) is known color: Biloba Flower. HEX triplet: AD, 94 and CC. RGB value is (173,148,204). Sum of RGB (Red+Green+Blue) = 173+148+204=525 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.95% from 525); Green value is 148 (58.20% from 255 or 28.19% from 525); Blue value is 204 (80.08% from 255 or 38.86% from 525); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD94CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD94CC is #526B33. Grayscale: #A1A1A1. Windows color (decimal): -5401396 or 13407405. OLE color: 13407405.

HSL color Cylindrical-coordinate representation of color #AD94CC: hue angle of 266.79º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AD94CC is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 173 148 204 -
CMYK 0.15 0.27 0 0.2
HSL 266.79º 0.35% 0.69% -
HSV(B) 266.79º 0.27% 0.8% -
XYZ 38.72 34.42 61.73 -
YUV 161.86 151.78 135.95 -
System Red Green Blue C M Y K H S L
Decimal 173 148 204 0.15 0.27 0 0.2 266.79 0.35 0.69
Hex AD 94 CC F 1B 0 14 10B 23 45
Octal 255 224 314 17 33 0 24 413 43 105
Binary 10101101 10010100 11001100 1111 11011 0 10100 100001011 100011 1000101

Color Harmonies of #AD94CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD94CC

Black with #AD94CC

Text Example


Text Example

White with #AD94CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD94CC; }

 p { color: rgb(173,148,204); }

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

background-color css

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

 a { background-color: rgb(173,148,204); }

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

border-color css

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

 span { border-color: rgb(173,148,204); }

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