Html Css Color HEX #AFA5C1 Biloba Flower

📋 copy color: '#AFA5C1'

red 175 ◦ green 165 ◦ blue 193

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

Shades of Biloba Flower #AFA5C1

Tints of Biloba Flower #AFA5C1

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.96%

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

R = 32.83%
G = 30.96%
B = 36.21%

CMYK

 C value IS 0.09

 M value IS 0.15

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AFA5C1 (or 0xAFA5C1) is known color: Biloba Flower. HEX triplet: AF, A5 and C1. RGB value is (175,165,193). Sum of RGB (Red+Green+Blue) = 175+165+193=533 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.83% from 533); Green value is 165 (64.84% from 255 or 30.96% from 533); Blue value is 193 (75.78% from 255 or 36.21% from 533); Max value from RGB is 193 - color contains mainly: blue. Hex color #AFA5C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA5C1 is #505A3E. Grayscale: #ABABAB. Windows color (decimal): -5265983 or 12690863. OLE color: 12690863.

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

Color convert

RGB 175 165 193 -
CMYK 0.09 0.15 0 0.24
HSL 261.43º 0.18% 0.7% -
HSV(B) 261.43º 0.15% 0.76% -
XYZ 40.76 39.87 56 -
YUV 171.18 140.31 130.72 -
System Red Green Blue C M Y K H S L
Decimal 175 165 193 0.09 0.15 0 0.24 261.43 0.18 0.7
Hex AF A5 C1 9 F 0 18 105 12 46
Octal 257 245 301 11 17 0 30 405 22 106
Binary 10101111 10100101 11000001 1001 1111 0 11000 100000101 10010 1000110

Color Harmonies of #AFA5C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA5C1

Black with #AFA5C1

Text Example


Text Example

White with #AFA5C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA5C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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