Html Css Color HEX #AFA3F0 Biloba Flower

📋 copy color: '#AFA3F0'

red 175 ◦ green 163 ◦ blue 240

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

Shades of Biloba Flower #AFA3F0

Tints of Biloba Flower #AFA3F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 41.52%

R = 30.28%
G = 28.2%
B = 41.52%

CMYK

 C value IS 0.27

 M value IS 0.32

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AFA3F0 (or 0xAFA3F0) is known color: Biloba Flower. HEX triplet: AF, A3 and F0. RGB value is (175,163,240). Sum of RGB (Red+Green+Blue) = 175+163+240=578 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.28% from 578); Green value is 163 (64.06% from 255 or 28.20% from 578); Blue value is 240 (94.14% from 255 or 41.52% from 578); Max value from RGB is 240 - color contains mainly: blue. Hex color #AFA3F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFA3F0 is #505C0F. Grayscale: #AFAFAF. Windows color (decimal): -5266448 or 15770543. OLE color: 15770543.

HSL color Cylindrical-coordinate representation of color #AFA3F0: hue angle of 249.35º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AFA3F0 is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 163 240 -
CMYK 0.27 0.32 0 0.06
HSL 249.35º 0.72% 0.79% -
HSV(B) 249.35º 0.32% 0.94% -
XYZ 46.5 41.6 88.02 -
YUV 175.37 164.48 127.74 -
System Red Green Blue C M Y K H S L
Decimal 175 163 240 0.27 0.32 0 0.06 249.35 0.72 0.79
Hex AF A3 F0 1B 20 0 6 F9 48 4F
Octal 257 243 360 33 40 0 6 371 110 117
Binary 10101111 10100011 11110000 11011 100000 0 110 11111001 1001000 1001111

Color Harmonies of #AFA3F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA3F0

Black with #AFA3F0

Text Example


Text Example

White with #AFA3F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA3F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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