Html Css Color HEX #AFA3C1 Biloba Flower

📋 copy color: '#AFA3C1'

red 175 ◦ green 163 ◦ blue 193

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

Shades of Biloba Flower #AFA3C1

Tints of Biloba Flower #AFA3C1

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.7%

 BLUE value IS 193 (75.78% from 255) = 36.35%

R = 32.96%
G = 30.7%
B = 36.35%

CMYK

 C value IS 0.09

 M value IS 0.16

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AFA3C1 (or 0xAFA3C1) is known color: Biloba Flower. HEX triplet: AF, A3 and C1. RGB value is (175,163,193). Sum of RGB (Red+Green+Blue) = 175+163+193=531 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.96% from 531); Green value is 163 (64.06% from 255 or 30.70% from 531); Blue value is 193 (75.78% from 255 or 36.35% from 531); Max value from RGB is 193 - color contains mainly: blue. Hex color #AFA3C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA3C1 is #505C3E. Grayscale: #A9A9A9. Windows color (decimal): -5266495 or 12690351. OLE color: 12690351.

HSL color Cylindrical-coordinate representation of color #AFA3C1: hue angle of 264º degrees, saturation: 0.19, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AFA3C1 is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 163 193 -
CMYK 0.09 0.16 0 0.24
HSL 264º 0.19% 0.7% -
HSV(B) 264º 0.16% 0.76% -
XYZ 40.4 39.16 55.88 -
YUV 170.01 140.98 131.56 -
System Red Green Blue C M Y K H S L
Decimal 175 163 193 0.09 0.16 0 0.24 264 0.19 0.7
Hex AF A3 C1 9 10 0 18 108 13 46
Octal 257 243 301 11 20 0 30 410 23 106
Binary 10101111 10100011 11000001 1001 10000 0 11000 100001000 10011 1000110

Color Harmonies of #AFA3C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA3C1

Black with #AFA3C1

Text Example


Text Example

White with #AFA3C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA3C1; }

 p { color: rgb(175,163,193); }

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

background-color css

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

 a { background-color: rgb(175,163,193); }

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

border-color css

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

 span { border-color: rgb(175,163,193); }

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