Html Css Color HEX #AF90E9 Biloba Flower

📋 copy color: '#AF90E9'

red 175 ◦ green 144 ◦ blue 233

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

Shades of Biloba Flower #AF90E9

Tints of Biloba Flower #AF90E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 42.21%

R = 31.7%
G = 26.09%
B = 42.21%

CMYK

 C value IS 0.25

 M value IS 0.38

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AF90E9 (or 0xAF90E9) is known color: Biloba Flower. HEX triplet: AF, 90 and E9. RGB value is (175,144,233). Sum of RGB (Red+Green+Blue) = 175+144+233=552 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.70% from 552); Green value is 144 (56.64% from 255 or 26.09% from 552); Blue value is 233 (91.41% from 255 or 42.21% from 552); Max value from RGB is 233 - color contains mainly: blue. Hex color #AF90E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF90E9 is #506F16. Grayscale: #A3A3A3. Windows color (decimal): -5271319 or 15306927. OLE color: 15306927.

HSL color Cylindrical-coordinate representation of color #AF90E9: hue angle of 260.9º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF90E9 is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 144 233 -
CMYK 0.25 0.38 0 0.09
HSL 260.9º 0.67% 0.74% -
HSV(B) 260.9º 0.38% 0.91% -
XYZ 42.36 34.94 81.6 -
YUV 163.42 167.27 136.26 -
System Red Green Blue C M Y K H S L
Decimal 175 144 233 0.25 0.38 0 0.09 260.9 0.67 0.74
Hex AF 90 E9 19 26 0 9 105 43 4A
Octal 257 220 351 31 46 0 11 405 103 112
Binary 10101111 10010000 11101001 11001 100110 0 1001 100000101 1000011 1001010

Color Harmonies of #AF90E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF90E9

Black with #AF90E9

Text Example


Text Example

White with #AF90E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF90E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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