Html Css Color HEX #AE7DE0 Biloba Flower

📋 copy color: '#AE7DE0'

red 174 ◦ green 125 ◦ blue 224

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

Shades of Biloba Flower #AE7DE0

Tints of Biloba Flower #AE7DE0

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.9%

 BLUE value IS 224 (87.89% from 255) = 42.83%

R = 33.27%
G = 23.9%
B = 42.83%

CMYK

 C value IS 0.22

 M value IS 0.44

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AE7DE0 (or 0xAE7DE0) is known color: Biloba Flower. HEX triplet: AE, 7D and E0. RGB value is (174,125,224). Sum of RGB (Red+Green+Blue) = 174+125+224=523 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.27% from 523); Green value is 125 (49.22% from 255 or 23.90% from 523); Blue value is 224 (87.89% from 255 or 42.83% from 523); Max value from RGB is 224 - color contains mainly: blue. Hex color #AE7DE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE7DE0 is #51821F. Grayscale: #969696. Windows color (decimal): -5341728 or 14712238. OLE color: 14712238.

HSL color Cylindrical-coordinate representation of color #AE7DE0: hue angle of 269.7º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AE7DE0 is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 174 125 224 -
CMYK 0.22 0.44 0 0.12
HSL 269.7º 0.61% 0.68% -
HSV(B) 269.7º 0.44% 0.88% -
XYZ 38.24 29.05 74.11 -
YUV 150.94 169.23 144.45 -
System Red Green Blue C M Y K H S L
Decimal 174 125 224 0.22 0.44 0 0.12 269.7 0.61 0.68
Hex AE 7D E0 16 2C 0 C 10E 3D 44
Octal 256 175 340 26 54 0 14 416 75 104
Binary 10101110 1111101 11100000 10110 101100 0 1100 100001110 111101 1000100

Color Harmonies of #AE7DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7DE0

Black with #AE7DE0

Text Example


Text Example

White with #AE7DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7DE0; }

 p { color: rgb(174,125,224); }

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

background-color css

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

 a { background-color: rgb(174,125,224); }

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

border-color css

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

 span { border-color: rgb(174,125,224); }

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