Html Css Color HEX #AEA4D4 Biloba Flower

📋 copy color: '#AEA4D4'

red 174 ◦ green 164 ◦ blue 212

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

Shades of Biloba Flower #AEA4D4

Tints of Biloba Flower #AEA4D4

RGB

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

 GREEN value IS 164 (64.45% from 255) = 29.82%

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

R = 31.64%
G = 29.82%
B = 38.55%

CMYK

 C value IS 0.18

 M value IS 0.23

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AEA4D4 (or 0xAEA4D4) is known color: Biloba Flower. HEX triplet: AE, A4 and D4. RGB value is (174,164,212). Sum of RGB (Red+Green+Blue) = 174+164+212=550 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.64% from 550); Green value is 164 (64.45% from 255 or 29.82% from 550); Blue value is 212 (83.20% from 255 or 38.55% from 550); Max value from RGB is 212 - color contains mainly: blue. Hex color #AEA4D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA4D4 is #515B2B. Grayscale: #ACACAC. Windows color (decimal): -5331756 or 13935790. OLE color: 13935790.

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

Color convert

RGB 174 164 212 -
CMYK 0.18 0.23 0 0.17
HSL 252.5º 0.36% 0.74% -
HSV(B) 252.5º 0.23% 0.83% -
XYZ 42.61 40.3 67.82 -
YUV 172.46 150.31 129.1 -
System Red Green Blue C M Y K H S L
Decimal 174 164 212 0.18 0.23 0 0.17 252.5 0.36 0.74
Hex AE A4 D4 12 17 0 11 FD 24 4A
Octal 256 244 324 22 27 0 21 375 44 112
Binary 10101110 10100100 11010100 10010 10111 0 10001 11111101 100100 1001010

Color Harmonies of #AEA4D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA4D4

Black with #AEA4D4

Text Example


Text Example

White with #AEA4D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA4D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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