Html Css Color HEX #AF9FE3 Biloba Flower

📋 copy color: '#AF9FE3'

red 175 ◦ green 159 ◦ blue 227

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

Shades of Biloba Flower #AF9FE3

Tints of Biloba Flower #AF9FE3

RGB

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

 GREEN value IS 159 (62.5% from 255) = 28.34%

 BLUE value IS 227 (89.06% from 255) = 40.46%

R = 31.19%
G = 28.34%
B = 40.46%

CMYK

 C value IS 0.23

 M value IS 0.30

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AF9FE3 (or 0xAF9FE3) is known color: Biloba Flower. HEX triplet: AF, 9F and E3. RGB value is (175,159,227). Sum of RGB (Red+Green+Blue) = 175+159+227=561 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.19% from 561); Green value is 159 (62.5% from 255 or 28.34% from 561); Blue value is 227 (89.06% from 255 or 40.46% from 561); Max value from RGB is 227 - color contains mainly: blue. Hex color #AF9FE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9FE3 is #50601C. Grayscale: #ABABAB. Windows color (decimal): -5267485 or 14917551. OLE color: 14917551.

HSL color Cylindrical-coordinate representation of color #AF9FE3: hue angle of 254.12º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AF9FE3 is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 159 227 -
CMYK 0.23 0.30 0 0.11
HSL 254.12º 0.55% 0.76% -
HSV(B) 254.12º 0.3% 0.89% -
XYZ 43.94 39.46 77.97 -
YUV 171.54 159.3 130.47 -
System Red Green Blue C M Y K H S L
Decimal 175 159 227 0.23 0.30 0 0.11 254.12 0.55 0.76
Hex AF 9F E3 17 1E 0 B FE 37 4C
Octal 257 237 343 27 36 0 13 376 67 114
Binary 10101111 10011111 11100011 10111 11110 0 1011 11111110 110111 1001100

Color Harmonies of #AF9FE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9FE3

Black with #AF9FE3

Text Example


Text Example

White with #AF9FE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9FE3; }

 p { color: rgb(175,159,227); }

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

background-color css

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

 a { background-color: rgb(175,159,227); }

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

border-color css

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

 span { border-color: rgb(175,159,227); }

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