Html Css Color HEX #AE8BD4 Biloba Flower

📋 copy color: '#AE8BD4'

red 174 ◦ green 139 ◦ blue 212

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

Shades of Biloba Flower #AE8BD4

Tints of Biloba Flower #AE8BD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 40.38%

R = 33.14%
G = 26.48%
B = 40.38%

CMYK

 C value IS 0.18

 M value IS 0.34

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AE8BD4 (or 0xAE8BD4) is known color: Biloba Flower. HEX triplet: AE, 8B and D4. RGB value is (174,139,212). Sum of RGB (Red+Green+Blue) = 174+139+212=525 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.14% from 525); Green value is 139 (54.69% from 255 or 26.48% from 525); Blue value is 212 (83.20% from 255 or 40.38% from 525); Max value from RGB is 212 - color contains mainly: blue. Hex color #AE8BD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE8BD4 is #51742B. Grayscale: #9D9D9D. Windows color (decimal): -5338156 or 13929390. OLE color: 13929390.

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

Color convert

RGB 174 139 212 -
CMYK 0.18 0.34 0 0.17
HSL 268.77º 0.46% 0.69% -
HSV(B) 268.77º 0.34% 0.83% -
XYZ 38.57 32.22 66.47 -
YUV 157.79 158.6 139.56 -
System Red Green Blue C M Y K H S L
Decimal 174 139 212 0.18 0.34 0 0.17 268.77 0.46 0.69
Hex AE 8B D4 12 22 0 11 10D 2E 45
Octal 256 213 324 22 42 0 21 415 56 105
Binary 10101110 10001011 11010100 10010 100010 0 10001 100001101 101110 1000101

Color Harmonies of #AE8BD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8BD4

Black with #AE8BD4

Text Example


Text Example

White with #AE8BD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8BD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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