Html Css Color HEX #AF90EC Biloba Flower

📋 copy color: '#AF90EC'

red 175 ◦ green 144 ◦ blue 236

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

Shades of Biloba Flower #AF90EC

Tints of Biloba Flower #AF90EC

RGB

 RED value IS 175 (68.75% from 255) = 31.53%

 GREEN value IS 144 (56.64% from 255) = 25.95%

 BLUE value IS 236 (92.58% from 255) = 42.52%

R = 31.53%
G = 25.95%
B = 42.52%

CMYK

 C value IS 0.26

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF90EC (or 0xAF90EC) is known color: Biloba Flower. HEX triplet: AF, 90 and EC. RGB value is (175,144,236). Sum of RGB (Red+Green+Blue) = 175+144+236=555 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.53% from 555); Green value is 144 (56.64% from 255 or 25.95% from 555); Blue value is 236 (92.58% from 255 or 42.52% from 555); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF90EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF90EC is #506F13. Grayscale: #A3A3A3. Windows color (decimal): -5271316 or 15503535. OLE color: 15503535.

HSL color Cylindrical-coordinate representation of color #AF90EC: hue angle of 260.22º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AF90EC is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 144 236 -
CMYK 0.26 0.39 0 0.07
HSL 260.22º 0.71% 0.75% -
HSV(B) 260.22º 0.39% 0.93% -
XYZ 42.79 35.12 83.88 -
YUV 163.76 168.77 136.02 -
System Red Green Blue C M Y K H S L
Decimal 175 144 236 0.26 0.39 0 0.07 260.22 0.71 0.75
Hex AF 90 EC 1A 27 0 7 104 47 4B
Octal 257 220 354 32 47 0 7 404 107 113
Binary 10101111 10010000 11101100 11010 100111 0 111 100000100 1000111 1001011

Color Harmonies of #AF90EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF90EC

Black with #AF90EC

Text Example


Text Example

White with #AF90EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF90EC; }

 p { color: rgb(175,144,236); }

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

background-color css

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

 a { background-color: rgb(175,144,236); }

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

border-color css

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

 span { border-color: rgb(175,144,236); }

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