Html Css Color HEX #AF93E1 Biloba Flower

📋 copy color: '#AF93E1'

red 175 ◦ green 147 ◦ blue 225

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

Shades of Biloba Flower #AF93E1

Tints of Biloba Flower #AF93E1

RGB

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

 GREEN value IS 147 (57.81% from 255) = 26.87%

 BLUE value IS 225 (88.28% from 255) = 41.13%

R = 31.99%
G = 26.87%
B = 41.13%

CMYK

 C value IS 0.22

 M value IS 0.35

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AF93E1 (or 0xAF93E1) is known color: Biloba Flower. HEX triplet: AF, 93 and E1. RGB value is (175,147,225). Sum of RGB (Red+Green+Blue) = 175+147+225=547 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.99% from 547); Green value is 147 (57.81% from 255 or 26.87% from 547); Blue value is 225 (88.28% from 255 or 41.13% from 547); Max value from RGB is 225 - color contains mainly: blue. Hex color #AF93E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF93E1 is #506C1E. Grayscale: #A3A3A3. Windows color (decimal): -5270559 or 14783407. OLE color: 14783407.

HSL color Cylindrical-coordinate representation of color #AF93E1: hue angle of 261.54º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AF93E1 is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 147 225 -
CMYK 0.22 0.35 0 0.12
HSL 261.54º 0.57% 0.73% -
HSV(B) 261.54º 0.35% 0.88% -
XYZ 41.7 35.42 75.87 -
YUV 164.26 162.28 135.66 -
System Red Green Blue C M Y K H S L
Decimal 175 147 225 0.22 0.35 0 0.12 261.54 0.57 0.73
Hex AF 93 E1 16 23 0 C 106 39 49
Octal 257 223 341 26 43 0 14 406 71 111
Binary 10101111 10010011 11100001 10110 100011 0 1100 100000110 111001 1001001

Color Harmonies of #AF93E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF93E1

Black with #AF93E1

Text Example


Text Example

White with #AF93E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF93E1; }

 p { color: rgb(175,147,225); }

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

background-color css

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

 a { background-color: rgb(175,147,225); }

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

border-color css

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

 span { border-color: rgb(175,147,225); }

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