Html Css Color HEX #AF8CF0 Biloba Flower

📋 copy color: '#AF8CF0'

red 175 ◦ green 140 ◦ blue 240

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

Shades of Biloba Flower #AF8CF0

Tints of Biloba Flower #AF8CF0

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.23%

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

R = 31.53%
G = 25.23%
B = 43.24%

CMYK

 C value IS 0.27

 M value IS 0.42

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AF8CF0 (or 0xAF8CF0) is known color: Biloba Flower. HEX triplet: AF, 8C and F0. RGB value is (175,140,240). Sum of RGB (Red+Green+Blue) = 175+140+240=555 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.53% from 555); Green value is 140 (55.08% from 255 or 25.23% from 555); Blue value is 240 (94.14% from 255 or 43.24% from 555); Max value from RGB is 240 - color contains mainly: blue. Hex color #AF8CF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF8CF0 is #50730F. Grayscale: #A1A1A1. Windows color (decimal): -5272336 or 15764655. OLE color: 15764655.

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

Color convert

RGB 175 140 240 -
CMYK 0.27 0.42 0 0.06
HSL 261º 0.77% 0.75% -
HSV(B) 261º 0.42% 0.94% -
XYZ 42.79 34.16 86.78 -
YUV 161.87 172.1 137.37 -
System Red Green Blue C M Y K H S L
Decimal 175 140 240 0.27 0.42 0 0.06 261 0.77 0.75
Hex AF 8C F0 1B 2A 0 6 105 4D 4B
Octal 257 214 360 33 52 0 6 405 115 113
Binary 10101111 10001100 11110000 11011 101010 0 110 100000101 1001101 1001011

Color Harmonies of #AF8CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8CF0

Black with #AF8CF0

Text Example


Text Example

White with #AF8CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8CF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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