Html Css Color HEX #AE8AD2 Biloba Flower

📋 copy color: '#AE8AD2'

red 174 ◦ green 138 ◦ blue 210

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

Shades of Biloba Flower #AE8AD2

Tints of Biloba Flower #AE8AD2

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.44%

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

R = 33.33%
G = 26.44%
B = 40.23%

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

#AE8AD2 (or 0xAE8AD2) is known color: Biloba Flower. HEX triplet: AE, 8A and D2. RGB value is (174,138,210). Sum of RGB (Red+Green+Blue) = 174+138+210=522 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.33% from 522); Green value is 138 (54.30% from 255 or 26.44% from 522); Blue value is 210 (82.42% from 255 or 40.23% from 522); Max value from RGB is 210 - color contains mainly: blue. Hex color #AE8AD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE8AD2 is #51752D. Grayscale: #9C9C9C. Windows color (decimal): -5338414 or 13798062. OLE color: 13798062.

HSL color Cylindrical-coordinate representation of color #AE8AD2: hue angle of 270º 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 #AE8AD2 is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 174 138 210 -
CMYK 0.17 0.34 0 0.18
HSL 270º 0.44% 0.68% -
HSV(B) 270º 0.34% 0.82% -
XYZ 38.18 31.83 65.1 -
YUV 156.97 157.93 140.15 -
System Red Green Blue C M Y K H S L
Decimal 174 138 210 0.17 0.34 0 0.18 270 0.44 0.68
Hex AE 8A D2 11 22 0 12 10E 2C 44
Octal 256 212 322 21 42 0 22 416 54 104
Binary 10101110 10001010 11010010 10001 100010 0 10010 100001110 101100 1000100

Color Harmonies of #AE8AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8AD2

Black with #AE8AD2

Text Example


Text Example

White with #AE8AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8AD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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