Html Css Color HEX #AE8FFB Biloba Flower

📋 copy color: '#AE8FFB'

red 174 ◦ green 143 ◦ blue 251

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

Shades of Biloba Flower #AE8FFB

Tints of Biloba Flower #AE8FFB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.18%

 BLUE value IS 251 (98.44% from 255) = 44.19%

R = 30.63%
G = 25.18%
B = 44.19%

CMYK

 C value IS 0.31

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AE8FFB (or 0xAE8FFB) is known color: Biloba Flower. HEX triplet: AE, 8F and FB. RGB value is (174,143,251). Sum of RGB (Red+Green+Blue) = 174+143+251=568 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.63% from 568); Green value is 143 (56.25% from 255 or 25.18% from 568); Blue value is 251 (98.44% from 255 or 44.19% from 568); Max value from RGB is 251 - color contains mainly: blue. Hex color #AE8FFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE8FFB is #517004. Grayscale: #A4A4A4. Windows color (decimal): -5337093 or 16486318. OLE color: 16486318.

HSL color Cylindrical-coordinate representation of color #AE8FFB: hue angle of 257.22º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AE8FFB is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 174 143 251 -
CMYK 0.31 0.43 0 0.02
HSL 257.22º 0.93% 0.77% -
HSV(B) 257.22º 0.43% 0.98% -
XYZ 44.69 35.61 95.78 -
YUV 164.58 176.77 134.72 -
System Red Green Blue C M Y K H S L
Decimal 174 143 251 0.31 0.43 0 0.02 257.22 0.93 0.77
Hex AE 8F FB 1F 2B 0 2 101 5D 4D
Octal 256 217 373 37 53 0 2 401 135 115
Binary 10101110 10001111 11111011 11111 101011 0 10 100000001 1011101 1001101

Color Harmonies of #AE8FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8FFB

Black with #AE8FFB

Text Example


Text Example

White with #AE8FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8FFB; }

 p { color: rgb(174,143,251); }

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

background-color css

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

 a { background-color: rgb(174,143,251); }

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

border-color css

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

 span { border-color: rgb(174,143,251); }

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