Html Css Color HEX #AF90F1 Biloba Flower

📋 copy color: '#AF90F1'

red 175 ◦ green 144 ◦ blue 241

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

Shades of Biloba Flower #AF90F1

Tints of Biloba Flower #AF90F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 43.04%

R = 31.25%
G = 25.71%
B = 43.04%

CMYK

 C value IS 0.27

 M value IS 0.40

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AF90F1 (or 0xAF90F1) is known color: Biloba Flower. HEX triplet: AF, 90 and F1. RGB value is (175,144,241). Sum of RGB (Red+Green+Blue) = 175+144+241=560 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.25% from 560); Green value is 144 (56.64% from 255 or 25.71% from 560); Blue value is 241 (94.53% from 255 or 43.04% from 560); Max value from RGB is 241 - color contains mainly: blue. Hex color #AF90F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF90F1 is #506F0E. Grayscale: #A3A3A3. Windows color (decimal): -5271311 or 15831215. OLE color: 15831215.

HSL color Cylindrical-coordinate representation of color #AF90F1: hue angle of 259.18º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AF90F1 is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 144 241 -
CMYK 0.27 0.40 0 0.05
HSL 259.18º 0.78% 0.75% -
HSV(B) 259.18º 0.4% 0.95% -
XYZ 43.53 35.41 87.76 -
YUV 164.33 171.27 135.61 -
System Red Green Blue C M Y K H S L
Decimal 175 144 241 0.27 0.40 0 0.05 259.18 0.78 0.75
Hex AF 90 F1 1B 28 0 5 103 4E 4B
Octal 257 220 361 33 50 0 5 403 116 113
Binary 10101111 10010000 11110001 11011 101000 0 101 100000011 1001110 1001011

Color Harmonies of #AF90F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF90F1

Black with #AF90F1

Text Example


Text Example

White with #AF90F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF90F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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