Html Css Color HEX #AF90FB Biloba Flower

📋 copy color: '#AF90FB'

red 175 ◦ green 144 ◦ blue 251

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

Shades of Biloba Flower #AF90FB

Tints of Biloba Flower #AF90FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 44.04%

R = 30.7%
G = 25.26%
B = 44.04%

CMYK

 C value IS 0.30

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF90FB (or 0xAF90FB) is known color: Biloba Flower. HEX triplet: AF, 90 and FB. RGB value is (175,144,251). Sum of RGB (Red+Green+Blue) = 175+144+251=570 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.70% from 570); Green value is 144 (56.64% from 255 or 25.26% from 570); Blue value is 251 (98.44% from 255 or 44.04% from 570); Max value from RGB is 251 - color contains mainly: blue. Hex color #AF90FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF90FB is #506F04. Grayscale: #A5A5A5. Windows color (decimal): -5271301 or 16486575. OLE color: 16486575.

HSL color Cylindrical-coordinate representation of color #AF90FB: hue angle of 257.38º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AF90FB is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 144 251 -
CMYK 0.30 0.43 0 0.02
HSL 257.38º 0.93% 0.77% -
HSV(B) 257.38º 0.43% 0.98% -
XYZ 45.07 36.03 95.85 -
YUV 165.47 176.27 134.8 -
System Red Green Blue C M Y K H S L
Decimal 175 144 251 0.30 0.43 0 0.02 257.38 0.93 0.77
Hex AF 90 FB 1E 2B 0 2 101 5D 4D
Octal 257 220 373 36 53 0 2 401 135 115
Binary 10101111 10010000 11111011 11110 101011 0 10 100000001 1011101 1001101

Color Harmonies of #AF90FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF90FB

Black with #AF90FB

Text Example


Text Example

White with #AF90FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF90FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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