Html Css Color HEX #AE8BD2 Biloba Flower

📋 copy color: '#AE8BD2'

red 174 ◦ green 139 ◦ blue 210

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

Shades of Biloba Flower #AE8BD2

Tints of Biloba Flower #AE8BD2

RGB

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

 GREEN value IS 139 (54.69% from 255) = 26.58%

 BLUE value IS 210 (82.42% from 255) = 40.15%

R = 33.27%
G = 26.58%
B = 40.15%

CMYK

 C value IS 0.17

 M value IS 0.34

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AE8BD2 (or 0xAE8BD2) is known color: Biloba Flower. HEX triplet: AE, 8B and D2. RGB value is (174,139,210). Sum of RGB (Red+Green+Blue) = 174+139+210=523 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.27% from 523); Green value is 139 (54.69% from 255 or 26.58% from 523); Blue value is 210 (82.42% from 255 or 40.15% from 523); Max value from RGB is 210 - color contains mainly: blue. Hex color #AE8BD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE8BD2 is #51742D. Grayscale: #9D9D9D. Windows color (decimal): -5338158 or 13798318. OLE color: 13798318.

HSL color Cylindrical-coordinate representation of color #AE8BD2: hue angle of 269.58º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AE8BD2 is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 174 139 210 -
CMYK 0.17 0.34 0 0.18
HSL 269.58º 0.44% 0.68% -
HSV(B) 269.58º 0.34% 0.82% -
XYZ 38.32 32.12 65.15 -
YUV 157.56 157.6 139.73 -
System Red Green Blue C M Y K H S L
Decimal 174 139 210 0.17 0.34 0 0.18 269.58 0.44 0.68
Hex AE 8B D2 11 22 0 12 10E 2C 44
Octal 256 213 322 21 42 0 22 416 54 104
Binary 10101110 10001011 11010010 10001 100010 0 10010 100001110 101100 1000100

Color Harmonies of #AE8BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8BD2

Black with #AE8BD2

Text Example


Text Example

White with #AE8BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8BD2; }

 p { color: rgb(174,139,210); }

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

background-color css

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

 a { background-color: rgb(174,139,210); }

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

border-color css

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

 span { border-color: rgb(174,139,210); }

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