Html Css Color HEX #AF95DF Biloba Flower

📋 copy color: '#AF95DF'

red 175 ◦ green 149 ◦ blue 223

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

Shades of Biloba Flower #AF95DF

Tints of Biloba Flower #AF95DF

RGB

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

 GREEN value IS 149 (58.59% from 255) = 27.24%

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

R = 31.99%
G = 27.24%
B = 40.77%

CMYK

 C value IS 0.22

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF95DF (or 0xAF95DF) is known color: Biloba Flower. HEX triplet: AF, 95 and DF. RGB value is (175,149,223). Sum of RGB (Red+Green+Blue) = 175+149+223=547 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.99% from 547); Green value is 149 (58.59% from 255 or 27.24% from 547); Blue value is 223 (87.5% from 255 or 40.77% from 547); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF95DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF95DF is #506A20. Grayscale: #A4A4A4. Windows color (decimal): -5270049 or 14652847. OLE color: 14652847.

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

Color convert

RGB 175 149 223 -
CMYK 0.22 0.33 0 0.13
HSL 261.08º 0.54% 0.73% -
HSV(B) 261.08º 0.33% 0.87% -
XYZ 41.75 35.94 74.55 -
YUV 165.21 160.61 134.98 -
System Red Green Blue C M Y K H S L
Decimal 175 149 223 0.22 0.33 0 0.13 261.08 0.54 0.73
Hex AF 95 DF 16 21 0 D 105 36 49
Octal 257 225 337 26 41 0 15 405 66 111
Binary 10101111 10010101 11011111 10110 100001 0 1101 100000101 110110 1001001

Color Harmonies of #AF95DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF95DF

Black with #AF95DF

Text Example


Text Example

White with #AF95DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF95DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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