Html Css Color HEX #AE98F4 Biloba Flower

📋 copy color: '#AE98F4'

red 174 ◦ green 152 ◦ blue 244

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

Shades of Biloba Flower #AE98F4

Tints of Biloba Flower #AE98F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 42.81%

R = 30.53%
G = 26.67%
B = 42.81%

CMYK

 C value IS 0.29

 M value IS 0.38

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AE98F4 (or 0xAE98F4) is known color: Biloba Flower. HEX triplet: AE, 98 and F4. RGB value is (174,152,244). Sum of RGB (Red+Green+Blue) = 174+152+244=570 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.53% from 570); Green value is 152 (59.77% from 255 or 26.67% from 570); Blue value is 244 (95.70% from 255 or 42.81% from 570); Max value from RGB is 244 - color contains mainly: blue. Hex color #AE98F4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE98F4 is #51670B. Grayscale: #A8A8A8. Windows color (decimal): -5334796 or 16029870. OLE color: 16029870.

HSL color Cylindrical-coordinate representation of color #AE98F4: hue angle of 254.35º degrees, saturation: 0.81, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AE98F4 is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 174 152 244 -
CMYK 0.29 0.38 0 0.04
HSL 254.35º 0.81% 0.78% -
HSV(B) 254.35º 0.38% 0.96% -
XYZ 45.01 37.99 90.55 -
YUV 169.07 170.29 131.52 -
System Red Green Blue C M Y K H S L
Decimal 174 152 244 0.29 0.38 0 0.04 254.35 0.81 0.78
Hex AE 98 F4 1D 26 0 4 FE 51 4E
Octal 256 230 364 35 46 0 4 376 121 116
Binary 10101110 10011000 11110100 11101 100110 0 100 11111110 1010001 1001110

Color Harmonies of #AE98F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE98F4

Black with #AE98F4

Text Example


Text Example

White with #AE98F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE98F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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