Html Css Color HEX #AF93DF Biloba Flower

📋 copy color: '#AF93DF'

red 175 ◦ green 147 ◦ blue 223

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

Shades of Biloba Flower #AF93DF

Tints of Biloba Flower #AF93DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.92%

R = 32.11%
G = 26.97%
B = 40.92%

CMYK

 C value IS 0.22

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF93DF (or 0xAF93DF) is known color: Biloba Flower. HEX triplet: AF, 93 and DF. RGB value is (175,147,223). Sum of RGB (Red+Green+Blue) = 175+147+223=545 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.11% from 545); Green value is 147 (57.81% from 255 or 26.97% from 545); Blue value is 223 (87.5% from 255 or 40.92% from 545); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF93DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF93DF is #506C20. Grayscale: #A3A3A3. Windows color (decimal): -5270561 or 14652335. OLE color: 14652335.

HSL color Cylindrical-coordinate representation of color #AF93DF: hue angle of 262.11º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AF93DF is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 147 223 -
CMYK 0.22 0.34 0 0.13
HSL 262.11º 0.54% 0.73% -
HSV(B) 262.11º 0.34% 0.87% -
XYZ 41.43 35.31 74.44 -
YUV 164.04 161.28 135.82 -
System Red Green Blue C M Y K H S L
Decimal 175 147 223 0.22 0.34 0 0.13 262.11 0.54 0.73
Hex AF 93 DF 16 22 0 D 106 36 49
Octal 257 223 337 26 42 0 15 406 66 111
Binary 10101111 10010011 11011111 10110 100010 0 1101 100000110 110110 1001001

Color Harmonies of #AF93DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF93DF

Black with #AF93DF

Text Example


Text Example

White with #AF93DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF93DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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