Html Css Color HEX #AFA3CE Biloba Flower

📋 copy color: '#AFA3CE'

red 175 ◦ green 163 ◦ blue 206

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

Shades of Biloba Flower #AFA3CE

Tints of Biloba Flower #AFA3CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.87%

R = 32.17%
G = 29.96%
B = 37.87%

CMYK

 C value IS 0.15

 M value IS 0.21

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AFA3CE (or 0xAFA3CE) is known color: Biloba Flower. HEX triplet: AF, A3 and CE. RGB value is (175,163,206). Sum of RGB (Red+Green+Blue) = 175+163+206=544 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.17% from 544); Green value is 163 (64.06% from 255 or 29.96% from 544); Blue value is 206 (80.86% from 255 or 37.87% from 544); Max value from RGB is 206 - color contains mainly: blue. Hex color #AFA3CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA3CE is #505C31. Grayscale: #ABABAB. Windows color (decimal): -5266482 or 13542319. OLE color: 13542319.

HSL color Cylindrical-coordinate representation of color #AFA3CE: hue angle of 256.74º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFA3CE is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 163 206 -
CMYK 0.15 0.21 0 0.19
HSL 256.74º 0.3% 0.72% -
HSV(B) 256.74º 0.21% 0.81% -
XYZ 41.92 39.76 63.86 -
YUV 171.49 147.48 130.5 -
System Red Green Blue C M Y K H S L
Decimal 175 163 206 0.15 0.21 0 0.19 256.74 0.3 0.72
Hex AF A3 CE F 15 0 13 101 1E 48
Octal 257 243 316 17 25 0 23 401 36 110
Binary 10101111 10100011 11001110 1111 10101 0 10011 100000001 11110 1001000

Color Harmonies of #AFA3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA3CE

Black with #AFA3CE

Text Example


Text Example

White with #AFA3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA3CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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