Html Css Color HEX #AFA2E3 Biloba Flower

📋 copy color: '#AFA2E3'

red 175 ◦ green 162 ◦ blue 227

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

Shades of Biloba Flower #AFA2E3

Tints of Biloba Flower #AFA2E3

RGB

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

 GREEN value IS 162 (63.67% from 255) = 28.72%

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

R = 31.03%
G = 28.72%
B = 40.25%

CMYK

 C value IS 0.23

 M value IS 0.29

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AFA2E3 (or 0xAFA2E3) is known color: Biloba Flower. HEX triplet: AF, A2 and E3. RGB value is (175,162,227). Sum of RGB (Red+Green+Blue) = 175+162+227=564 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.03% from 564); Green value is 162 (63.67% from 255 or 28.72% from 564); Blue value is 227 (89.06% from 255 or 40.25% from 564); Max value from RGB is 227 - color contains mainly: blue. Hex color #AFA2E3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA2E3 is #505D1C. Grayscale: #ADADAD. Windows color (decimal): -5266717 or 14918319. OLE color: 14918319.

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

Color convert

RGB 175 162 227 -
CMYK 0.23 0.29 0 0.11
HSL 252º 0.54% 0.76% -
HSV(B) 252º 0.29% 0.89% -
XYZ 44.46 40.5 78.15 -
YUV 173.3 158.31 129.21 -
System Red Green Blue C M Y K H S L
Decimal 175 162 227 0.23 0.29 0 0.11 252 0.54 0.76
Hex AF A2 E3 17 1D 0 B FC 36 4C
Octal 257 242 343 27 35 0 13 374 66 114
Binary 10101111 10100010 11100011 10111 11101 0 1011 11111100 110110 1001100

Color Harmonies of #AFA2E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA2E3

Black with #AFA2E3

Text Example


Text Example

White with #AFA2E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA2E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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