Html Css Color HEX #AFA3E2 Biloba Flower

📋 copy color: '#AFA3E2'

red 175 ◦ green 163 ◦ blue 226

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

Shades of Biloba Flower #AFA3E2

Tints of Biloba Flower #AFA3E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 40.07%

R = 31.03%
G = 28.9%
B = 40.07%

CMYK

 C value IS 0.23

 M value IS 0.28

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AFA3E2 (or 0xAFA3E2) is known color: Biloba Flower. HEX triplet: AF, A3 and E2. RGB value is (175,163,226). Sum of RGB (Red+Green+Blue) = 175+163+226=564 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.03% from 564); Green value is 163 (64.06% from 255 or 28.90% from 564); Blue value is 226 (88.67% from 255 or 40.07% from 564); Max value from RGB is 226 - color contains mainly: blue. Hex color #AFA3E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA3E2 is #505C1D. Grayscale: #ADADAD. Windows color (decimal): -5266462 or 14853039. OLE color: 14853039.

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

Color convert

RGB 175 163 226 -
CMYK 0.23 0.28 0 0.11
HSL 251.43º 0.52% 0.76% -
HSV(B) 251.43º 0.28% 0.89% -
XYZ 44.5 40.8 77.48 -
YUV 173.77 157.48 128.88 -
System Red Green Blue C M Y K H S L
Decimal 175 163 226 0.23 0.28 0 0.11 251.43 0.52 0.76
Hex AF A3 E2 17 1C 0 B FB 34 4C
Octal 257 243 342 27 34 0 13 373 64 114
Binary 10101111 10100011 11100010 10111 11100 0 1011 11111011 110100 1001100

Color Harmonies of #AFA3E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA3E2

Black with #AFA3E2

Text Example


Text Example

White with #AFA3E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA3E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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