Html Css Color HEX #AF8FCC Biloba Flower

📋 copy color: '#AF8FCC'

red 175 ◦ green 143 ◦ blue 204

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

Shades of Biloba Flower #AF8FCC

Tints of Biloba Flower #AF8FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.08%

R = 33.52%
G = 27.39%
B = 39.08%

CMYK

 C value IS 0.14

 M value IS 0.30

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AF8FCC (or 0xAF8FCC) is known color: Biloba Flower. HEX triplet: AF, 8F and CC. RGB value is (175,143,204). Sum of RGB (Red+Green+Blue) = 175+143+204=522 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.52% from 522); Green value is 143 (56.25% from 255 or 27.39% from 522); Blue value is 204 (80.08% from 255 or 39.08% from 522); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF8FCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8FCC is #507033. Grayscale: #9F9F9F. Windows color (decimal): -5271604 or 13406127. OLE color: 13406127.

HSL color Cylindrical-coordinate representation of color #AF8FCC: hue angle of 271.48º degrees, saturation: 0.37, 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 #AF8FCC is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 175 143 204 -
CMYK 0.14 0.30 0 0.2
HSL 271.48º 0.37% 0.68% -
HSV(B) 271.48º 0.3% 0.8% -
XYZ 38.4 33.12 61.5 -
YUV 159.52 153.1 139.04 -
System Red Green Blue C M Y K H S L
Decimal 175 143 204 0.14 0.30 0 0.2 271.48 0.37 0.68
Hex AF 8F CC E 1E 0 14 10F 25 44
Octal 257 217 314 16 36 0 24 417 45 104
Binary 10101111 10001111 11001100 1110 11110 0 10100 100001111 100101 1000100

Color Harmonies of #AF8FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8FCC

Black with #AF8FCC

Text Example


Text Example

White with #AF8FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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