Html Css Color HEX #AF8BF7 Biloba Flower

📋 copy color: '#AF8BF7'

red 175 ◦ green 139 ◦ blue 247

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

Shades of Biloba Flower #AF8BF7

Tints of Biloba Flower #AF8BF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 44.03%

R = 31.19%
G = 24.78%
B = 44.03%

CMYK

 C value IS 0.29

 M value IS 0.44

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AF8BF7 (or 0xAF8BF7) is known color: Biloba Flower. HEX triplet: AF, 8B and F7. RGB value is (175,139,247). Sum of RGB (Red+Green+Blue) = 175+139+247=561 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.19% from 561); Green value is 139 (54.69% from 255 or 24.78% from 561); Blue value is 247 (96.88% from 255 or 44.03% from 561); Max value from RGB is 247 - color contains mainly: blue. Hex color #AF8BF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF8BF7 is #507408. Grayscale: #A1A1A1. Windows color (decimal): -5272585 or 16223151. OLE color: 16223151.

HSL color Cylindrical-coordinate representation of color #AF8BF7: hue angle of 260º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AF8BF7 is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 175 139 247 -
CMYK 0.29 0.44 0 0.03
HSL 260º 0.87% 0.76% -
HSV(B) 260º 0.44% 0.97% -
XYZ 43.7 34.29 92.31 -
YUV 162.08 175.93 137.22 -
System Red Green Blue C M Y K H S L
Decimal 175 139 247 0.29 0.44 0 0.03 260 0.87 0.76
Hex AF 8B F7 1D 2C 0 3 104 57 4C
Octal 257 213 367 35 54 0 3 404 127 114
Binary 10101111 10001011 11110111 11101 101100 0 11 100000100 1010111 1001100

Color Harmonies of #AF8BF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8BF7

Black with #AF8BF7

Text Example


Text Example

White with #AF8BF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8BF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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