Html Css Color HEX #AF94F0 Biloba Flower

📋 copy color: '#AF94F0'

red 175 ◦ green 148 ◦ blue 240

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

Shades of Biloba Flower #AF94F0

Tints of Biloba Flower #AF94F0

RGB

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

 GREEN value IS 148 (58.2% from 255) = 26.29%

 BLUE value IS 240 (94.14% from 255) = 42.63%

R = 31.08%
G = 26.29%
B = 42.63%

CMYK

 C value IS 0.27

 M value IS 0.38

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AF94F0 (or 0xAF94F0) is known color: Biloba Flower. HEX triplet: AF, 94 and F0. RGB value is (175,148,240). Sum of RGB (Red+Green+Blue) = 175+148+240=563 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.08% from 563); Green value is 148 (58.20% from 255 or 26.29% from 563); Blue value is 240 (94.14% from 255 or 42.63% from 563); Max value from RGB is 240 - color contains mainly: blue. Hex color #AF94F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF94F0 is #506B0F. Grayscale: #A6A6A6. Windows color (decimal): -5270288 or 15766703. OLE color: 15766703.

HSL color Cylindrical-coordinate representation of color #AF94F0: hue angle of 257.61º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF94F0 is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 148 240 -
CMYK 0.27 0.38 0 0.06
HSL 257.61º 0.75% 0.76% -
HSV(B) 257.61º 0.38% 0.94% -
XYZ 44 36.59 87.18 -
YUV 166.56 169.45 134.02 -
System Red Green Blue C M Y K H S L
Decimal 175 148 240 0.27 0.38 0 0.06 257.61 0.75 0.76
Hex AF 94 F0 1B 26 0 6 102 4B 4C
Octal 257 224 360 33 46 0 6 402 113 114
Binary 10101111 10010100 11110000 11011 100110 0 110 100000010 1001011 1001100

Color Harmonies of #AF94F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF94F0

Black with #AF94F0

Text Example


Text Example

White with #AF94F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF94F0; }

 p { color: rgb(175,148,240); }

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

background-color css

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

 a { background-color: rgb(175,148,240); }

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

border-color css

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

 span { border-color: rgb(175,148,240); }

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