Html Css Color HEX #AFA1E6 Biloba Flower

📋 copy color: '#AFA1E6'

red 175 ◦ green 161 ◦ blue 230

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

Shades of Biloba Flower #AFA1E6

Tints of Biloba Flower #AFA1E6

RGB

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

 GREEN value IS 161 (63.28% from 255) = 28.45%

 BLUE value IS 230 (90.23% from 255) = 40.64%

R = 30.92%
G = 28.45%
B = 40.64%

CMYK

 C value IS 0.24

 M value IS 0.3

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AFA1E6 (or 0xAFA1E6) is known color: Biloba Flower. HEX triplet: AF, A1 and E6. RGB value is (175,161,230). Sum of RGB (Red+Green+Blue) = 175+161+230=566 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.92% from 566); Green value is 161 (63.28% from 255 or 28.45% from 566); Blue value is 230 (90.23% from 255 or 40.64% from 566); Max value from RGB is 230 - color contains mainly: blue. Hex color #AFA1E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFA1E6 is #505E19. Grayscale: #ACACAC. Windows color (decimal): -5266970 or 15114671. OLE color: 15114671.

HSL color Cylindrical-coordinate representation of color #AFA1E6: hue angle of 252.17º degrees, saturation: 0.58, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFA1E6 is Cyan = 0.24, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 161 230 -
CMYK 0.24 0.3 0 0.10
HSL 252.17º 0.58% 0.77% -
HSV(B) 252.17º 0.3% 0.9% -
XYZ 44.71 40.32 80.29 -
YUV 173.05 160.14 129.39 -
System Red Green Blue C M Y K H S L
Decimal 175 161 230 0.24 0.3 0 0.10 252.17 0.58 0.77
Hex AF A1 E6 18 1E 0 A FC 3A 4D
Octal 257 241 346 30 36 0 12 374 72 115
Binary 10101111 10100001 11100110 11000 11110 0 1010 11111100 111010 1001101

Color Harmonies of #AFA1E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA1E6

Black with #AFA1E6

Text Example


Text Example

White with #AFA1E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA1E6; }

 p { color: rgb(175,161,230); }

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

background-color css

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

 a { background-color: rgb(175,161,230); }

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

border-color css

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

 span { border-color: rgb(175,161,230); }

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