Html Css Color HEX #AF8FDC Biloba Flower

📋 copy color: '#AF8FDC'

red 175 ◦ green 143 ◦ blue 220

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

Shades of Biloba Flower #AF8FDC

Tints of Biloba Flower #AF8FDC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 26.58%

 BLUE value IS 220 (86.33% from 255) = 40.89%

R = 32.53%
G = 26.58%
B = 40.89%

CMYK

 C value IS 0.20

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF8FDC (or 0xAF8FDC) is known color: Biloba Flower. HEX triplet: AF, 8F and DC. RGB value is (175,143,220). Sum of RGB (Red+Green+Blue) = 175+143+220=538 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.53% from 538); Green value is 143 (56.25% from 255 or 26.58% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF8FDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8FDC is #507023. Grayscale: #A1A1A1. Windows color (decimal): -5271588 or 14454703. OLE color: 14454703.

HSL color Cylindrical-coordinate representation of color #AF8FDC: hue angle of 264.94º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AF8FDC is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 143 220 -
CMYK 0.20 0.35 0 0.14
HSL 264.94º 0.52% 0.71% -
HSV(B) 264.94º 0.35% 0.86% -
XYZ 40.42 33.93 72.13 -
YUV 161.35 161.1 137.74 -
System Red Green Blue C M Y K H S L
Decimal 175 143 220 0.20 0.35 0 0.14 264.94 0.52 0.71
Hex AF 8F DC 14 23 0 E 109 34 47
Octal 257 217 334 24 43 0 16 411 64 107
Binary 10101111 10001111 11011100 10100 100011 0 1110 100001001 110100 1000111

Color Harmonies of #AF8FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8FDC

Black with #AF8FDC

Text Example


Text Example

White with #AF8FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8FDC; }

 p { color: rgb(175,143,220); }

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

background-color css

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

 a { background-color: rgb(175,143,220); }

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

border-color css

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

 span { border-color: rgb(175,143,220); }

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