Html Css Color HEX #AF8FCD Biloba Flower

📋 copy color: '#AF8FCD'

red 175 ◦ green 143 ◦ blue 205

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

Shades of Biloba Flower #AF8FCD

Tints of Biloba Flower #AF8FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.2%

R = 33.46%
G = 27.34%
B = 39.2%

CMYK

 C value IS 0.15

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF8FCD (or 0xAF8FCD) is known color: Biloba Flower. HEX triplet: AF, 8F and CD. RGB value is (175,143,205). Sum of RGB (Red+Green+Blue) = 175+143+205=523 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.46% from 523); Green value is 143 (56.25% from 255 or 27.34% from 523); Blue value is 205 (80.47% from 255 or 39.20% from 523); Max value from RGB is 205 - color contains mainly: blue. Hex color #AF8FCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8FCD is #507032. Grayscale: #9F9F9F. Windows color (decimal): -5271603 or 13471663. OLE color: 13471663.

HSL color Cylindrical-coordinate representation of color #AF8FCD: hue angle of 270.97º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AF8FCD is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 143 205 -
CMYK 0.15 0.30 0 0.20
HSL 270.97º 0.38% 0.68% -
HSV(B) 270.97º 0.3% 0.8% -
XYZ 38.52 33.17 62.13 -
YUV 159.64 153.6 138.96 -
System Red Green Blue C M Y K H S L
Decimal 175 143 205 0.15 0.30 0 0.20 270.97 0.38 0.68
Hex AF 8F CD F 1E 0 14 10F 26 44
Octal 257 217 315 17 36 0 24 417 46 104
Binary 10101111 10001111 11001101 1111 11110 0 10100 100001111 100110 1000100

Color Harmonies of #AF8FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8FCD

Black with #AF8FCD

Text Example


Text Example

White with #AF8FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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