Html Css Color HEX #AF8FD6 Biloba Flower

📋 copy color: '#AF8FD6'

red 175 ◦ green 143 ◦ blue 214

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

Shades of Biloba Flower #AF8FD6

Tints of Biloba Flower #AF8FD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 40.23%

R = 32.89%
G = 26.88%
B = 40.23%

CMYK

 C value IS 0.18

 M value IS 0.33

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AF8FD6 (or 0xAF8FD6) is known color: Biloba Flower. HEX triplet: AF, 8F and D6. RGB value is (175,143,214). Sum of RGB (Red+Green+Blue) = 175+143+214=532 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.89% from 532); Green value is 143 (56.25% from 255 or 26.88% from 532); Blue value is 214 (83.98% from 255 or 40.23% from 532); Max value from RGB is 214 - color contains mainly: blue. Hex color #AF8FD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8FD6 is #507029. Grayscale: #A0A0A0. Windows color (decimal): -5271594 or 14061487. OLE color: 14061487.

HSL color Cylindrical-coordinate representation of color #AF8FD6: hue angle of 267.04º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AF8FD6 is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 143 214 -
CMYK 0.18 0.33 0 0.16
HSL 267.04º 0.46% 0.7% -
HSV(B) 267.04º 0.33% 0.84% -
XYZ 39.64 33.61 68.02 -
YUV 160.66 158.1 138.23 -
System Red Green Blue C M Y K H S L
Decimal 175 143 214 0.18 0.33 0 0.16 267.04 0.46 0.7
Hex AF 8F D6 12 21 0 10 10B 2E 46
Octal 257 217 326 22 41 0 20 413 56 106
Binary 10101111 10001111 11010110 10010 100001 0 10000 100001011 101110 1000110

Color Harmonies of #AF8FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8FD6

Black with #AF8FD6

Text Example


Text Example

White with #AF8FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8FD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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