Html Css Color HEX #AE85FF Biloba Flower

📋 copy color: '#AE85FF'

red 174 ◦ green 133 ◦ blue 255

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

Shades of Biloba Flower #AE85FF

Tints of Biloba Flower #AE85FF

RGB

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

 GREEN value IS 133 (52.34% from 255) = 23.67%

 BLUE value IS 255 (100% from 255) = 45.37%

R = 30.96%
G = 23.67%
B = 45.37%

CMYK

 C value IS 0.32

 M value IS 0.48

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AE85FF (or 0xAE85FF) is known color: Biloba Flower. HEX triplet: AE, 85 and FF. RGB value is (174,133,255). Sum of RGB (Red+Green+Blue) = 174+133+255=562 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.96% from 562); Green value is 133 (52.34% from 255 or 23.67% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #AE85FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE85FF is #517A00. Grayscale: #9E9E9E. Windows color (decimal): -5339649 or 16745902. OLE color: 16745902.

HSL color Cylindrical-coordinate representation of color #AE85FF: hue angle of 260.16º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AE85FF is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 174 133 255 -
CMYK 0.32 0.48 0 0
HSL 260.16º 1% 0.76% -
HSV(B) 260.16º 0.48% 1% -
XYZ 43.89 32.99 98.66 -
YUV 159.17 182.08 138.58 -
System Red Green Blue C M Y K H S L
Decimal 174 133 255 0.32 0.48 0 0 260.16 1 0.76
Hex AE 85 FF 20 30 0 0 104 64 4C
Octal 256 205 377 40 60 0 0 404 144 114
Binary 10101110 10000101 11111111 100000 110000 0 0 100000100 1100100 1001100

Color Harmonies of #AE85FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE85FF

Black with #AE85FF

Text Example


Text Example

White with #AE85FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE85FF; }

 p { color: rgb(174,133,255); }

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

background-color css

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

 a { background-color: rgb(174,133,255); }

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

border-color css

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

 span { border-color: rgb(174,133,255); }

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