Html Css Color HEX #AE98C6 Biloba Flower

📋 copy color: '#AE98C6'

red 174 ◦ green 152 ◦ blue 198

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

Shades of Biloba Flower #AE98C6

Tints of Biloba Flower #AE98C6

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.01%

 BLUE value IS 198 (77.73% from 255) = 37.79%

R = 33.21%
G = 29.01%
B = 37.79%

CMYK

 C value IS 0.12

 M value IS 0.23

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AE98C6 (or 0xAE98C6) is known color: Biloba Flower. HEX triplet: AE, 98 and C6. RGB value is (174,152,198). Sum of RGB (Red+Green+Blue) = 174+152+198=524 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.21% from 524); Green value is 152 (59.77% from 255 or 29.01% from 524); Blue value is 198 (77.73% from 255 or 37.79% from 524); Max value from RGB is 198 - color contains mainly: blue. Hex color #AE98C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE98C6 is #516739. Grayscale: #A3A3A3. Windows color (decimal): -5334842 or 13015214. OLE color: 13015214.

HSL color Cylindrical-coordinate representation of color #AE98C6: hue angle of 268.7º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AE98C6 is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 174 152 198 -
CMYK 0.12 0.23 0 0.22
HSL 268.7º 0.29% 0.69% -
HSV(B) 268.7º 0.23% 0.78% -
XYZ 38.88 35.53 58.24 -
YUV 163.82 147.29 135.26 -
System Red Green Blue C M Y K H S L
Decimal 174 152 198 0.12 0.23 0 0.22 268.7 0.29 0.69
Hex AE 98 C6 C 17 0 16 10D 1D 45
Octal 256 230 306 14 27 0 26 415 35 105
Binary 10101110 10011000 11000110 1100 10111 0 10110 100001101 11101 1000101

Color Harmonies of #AE98C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE98C6

Black with #AE98C6

Text Example


Text Example

White with #AE98C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE98C6; }

 p { color: rgb(174,152,198); }

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

background-color css

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

 a { background-color: rgb(174,152,198); }

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

border-color css

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

 span { border-color: rgb(174,152,198); }

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