Html Css Color HEX #AD94CA Biloba Flower

📋 copy color: '#AD94CA'

red 173 ◦ green 148 ◦ blue 202

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

Shades of Biloba Flower #AD94CA

Tints of Biloba Flower #AD94CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.62%

R = 33.08%
G = 28.3%
B = 38.62%

CMYK

 C value IS 0.14

 M value IS 0.27

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AD94CA (or 0xAD94CA) is known color: Biloba Flower. HEX triplet: AD, 94 and CA. RGB value is (173,148,202). Sum of RGB (Red+Green+Blue) = 173+148+202=523 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.08% from 523); Green value is 148 (58.20% from 255 or 28.30% from 523); Blue value is 202 (79.30% from 255 or 38.62% from 523); Max value from RGB is 202 - color contains mainly: blue. Hex color #AD94CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD94CA is #526B35. Grayscale: #A1A1A1. Windows color (decimal): -5401398 or 13276333. OLE color: 13276333.

HSL color Cylindrical-coordinate representation of color #AD94CA: hue angle of 267.78º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AD94CA is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 173 148 202 -
CMYK 0.14 0.27 0 0.21
HSL 267.78º 0.34% 0.69% -
HSV(B) 267.78º 0.27% 0.79% -
XYZ 38.48 34.33 60.47 -
YUV 161.63 150.78 136.11 -
System Red Green Blue C M Y K H S L
Decimal 173 148 202 0.14 0.27 0 0.21 267.78 0.34 0.69
Hex AD 94 CA E 1B 0 15 10C 22 45
Octal 255 224 312 16 33 0 25 414 42 105
Binary 10101101 10010100 11001010 1110 11011 0 10101 100001100 100010 1000101

Color Harmonies of #AD94CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD94CA

Black with #AD94CA

Text Example


Text Example

White with #AD94CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD94CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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