Html Css Color HEX #AE9BD3 Biloba Flower

📋 copy color: '#AE9BD3'

red 174 ◦ green 155 ◦ blue 211

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

Shades of Biloba Flower #AE9BD3

Tints of Biloba Flower #AE9BD3

RGB

 RED value IS 174 (68.36% from 255) = 32.22%

 GREEN value IS 155 (60.94% from 255) = 28.7%

 BLUE value IS 211 (82.81% from 255) = 39.07%

R = 32.22%
G = 28.7%
B = 39.07%

CMYK

 C value IS 0.18

 M value IS 0.27

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AE9BD3 (or 0xAE9BD3) is known color: Biloba Flower. HEX triplet: AE, 9B and D3. RGB value is (174,155,211). Sum of RGB (Red+Green+Blue) = 174+155+211=540 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.22% from 540); Green value is 155 (60.94% from 255 or 28.70% from 540); Blue value is 211 (82.81% from 255 or 39.07% from 540); Max value from RGB is 211 - color contains mainly: blue. Hex color #AE9BD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9BD3 is #51642C. Grayscale: #A6A6A6. Windows color (decimal): -5334061 or 13867950. OLE color: 13867950.

HSL color Cylindrical-coordinate representation of color #AE9BD3: hue angle of 260.36º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AE9BD3 is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 174 155 211 -
CMYK 0.18 0.27 0 0.17
HSL 260.36º 0.39% 0.72% -
HSV(B) 260.36º 0.27% 0.83% -
XYZ 40.93 37.14 66.64 -
YUV 167.07 152.79 132.95 -
System Red Green Blue C M Y K H S L
Decimal 174 155 211 0.18 0.27 0 0.17 260.36 0.39 0.72
Hex AE 9B D3 12 1B 0 11 104 27 48
Octal 256 233 323 22 33 0 21 404 47 110
Binary 10101110 10011011 11010011 10010 11011 0 10001 100000100 100111 1001000

Color Harmonies of #AE9BD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9BD3

Black with #AE9BD3

Text Example


Text Example

White with #AE9BD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9BD3; }

 p { color: rgb(174,155,211); }

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

background-color css

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

 a { background-color: rgb(174,155,211); }

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

border-color css

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

 span { border-color: rgb(174,155,211); }

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