Html Css Color HEX #AF90FC Biloba Flower

📋 copy color: '#AF90FC'

red 175 ◦ green 144 ◦ blue 252

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

Shades of Biloba Flower #AF90FC

Tints of Biloba Flower #AF90FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 44.13%

R = 30.65%
G = 25.22%
B = 44.13%

CMYK

 C value IS 0.31

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AF90FC (or 0xAF90FC) is known color: Biloba Flower. HEX triplet: AF, 90 and FC. RGB value is (175,144,252). Sum of RGB (Red+Green+Blue) = 175+144+252=571 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.65% from 571); Green value is 144 (56.64% from 255 or 25.22% from 571); Blue value is 252 (98.83% from 255 or 44.13% from 571); Max value from RGB is 252 - color contains mainly: blue. Hex color #AF90FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF90FC is #506F03. Grayscale: #A5A5A5. Windows color (decimal): -5271300 or 16552111. OLE color: 16552111.

HSL color Cylindrical-coordinate representation of color #AF90FC: hue angle of 257.22º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AF90FC is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 175 144 252 -
CMYK 0.31 0.43 0 0.01
HSL 257.22º 0.95% 0.78% -
HSV(B) 257.22º 0.43% 0.99% -
XYZ 45.22 36.09 96.68 -
YUV 165.58 176.77 134.72 -
System Red Green Blue C M Y K H S L
Decimal 175 144 252 0.31 0.43 0 0.01 257.22 0.95 0.78
Hex AF 90 FC 1F 2B 0 1 101 5F 4E
Octal 257 220 374 37 53 0 1 401 137 116
Binary 10101111 10010000 11111100 11111 101011 0 1 100000001 1011111 1001110

Color Harmonies of #AF90FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF90FC

Black with #AF90FC

Text Example


Text Example

White with #AF90FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF90FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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