Html Css Color HEX #AF90F7 Biloba Flower

📋 copy color: '#AF90F7'

red 175 ◦ green 144 ◦ blue 247

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

Shades of Biloba Flower #AF90F7

Tints of Biloba Flower #AF90F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 43.64%

R = 30.92%
G = 25.44%
B = 43.64%

CMYK

 C value IS 0.29

 M value IS 0.42

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AF90F7 (or 0xAF90F7) is known color: Biloba Flower. HEX triplet: AF, 90 and F7. RGB value is (175,144,247). Sum of RGB (Red+Green+Blue) = 175+144+247=566 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.92% from 566); Green value is 144 (56.64% from 255 or 25.44% from 566); Blue value is 247 (96.88% from 255 or 43.64% from 566); Max value from RGB is 247 - color contains mainly: blue. Hex color #AF90F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF90F7 is #506F08. Grayscale: #A4A4A4. Windows color (decimal): -5271305 or 16224431. OLE color: 16224431.

HSL color Cylindrical-coordinate representation of color #AF90F7: hue angle of 258.06º degrees, saturation: 0.87, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF90F7 is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 175 144 247 -
CMYK 0.29 0.42 0 0.03
HSL 258.06º 0.87% 0.77% -
HSV(B) 258.06º 0.42% 0.97% -
XYZ 44.44 35.78 92.56 -
YUV 165.01 174.27 135.12 -
System Red Green Blue C M Y K H S L
Decimal 175 144 247 0.29 0.42 0 0.03 258.06 0.87 0.77
Hex AF 90 F7 1D 2A 0 3 102 57 4D
Octal 257 220 367 35 52 0 3 402 127 115
Binary 10101111 10010000 11110111 11101 101010 0 11 100000010 1010111 1001101

Color Harmonies of #AF90F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF90F7

Black with #AF90F7

Text Example


Text Example

White with #AF90F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF90F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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