Html Css Color HEX #AF8BF0 Biloba Flower

📋 copy color: '#AF8BF0'

red 175 ◦ green 139 ◦ blue 240

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

Shades of Biloba Flower #AF8BF0

Tints of Biloba Flower #AF8BF0

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.09%

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

R = 31.59%
G = 25.09%
B = 43.32%

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

#AF8BF0 (or 0xAF8BF0) is known color: Biloba Flower. HEX triplet: AF, 8B and F0. RGB value is (175,139,240). Sum of RGB (Red+Green+Blue) = 175+139+240=554 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.59% from 554); Green value is 139 (54.69% from 255 or 25.09% from 554); Blue value is 240 (94.14% from 255 or 43.32% from 554); Max value from RGB is 240 - color contains mainly: blue. Hex color #AF8BF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF8BF0 is #50740F. Grayscale: #A0A0A0. Windows color (decimal): -5272592 or 15764399. OLE color: 15764399.

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

Color convert

RGB 175 139 240 -
CMYK 0.27 0.42 0 0.06
HSL 261.39º 0.77% 0.74% -
HSV(B) 261.39º 0.42% 0.94% -
XYZ 42.64 33.87 86.73 -
YUV 161.28 172.43 137.79 -
System Red Green Blue C M Y K H S L
Decimal 175 139 240 0.27 0.42 0 0.06 261.39 0.77 0.74
Hex AF 8B F0 1B 2A 0 6 105 4D 4A
Octal 257 213 360 33 52 0 6 405 115 112
Binary 10101111 10001011 11110000 11011 101010 0 110 100000101 1001101 1001010

Color Harmonies of #AF8BF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8BF0

Black with #AF8BF0

Text Example


Text Example

White with #AF8BF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8BF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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