Html Css Color HEX #AF8DCF Biloba Flower

📋 copy color: '#AF8DCF'

red 175 ◦ green 141 ◦ blue 207

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

Shades of Biloba Flower #AF8DCF

Tints of Biloba Flower #AF8DCF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.96%

 BLUE value IS 207 (81.25% from 255) = 39.58%

R = 33.46%
G = 26.96%
B = 39.58%

CMYK

 C value IS 0.15

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF8DCF (or 0xAF8DCF) is known color: Biloba Flower. HEX triplet: AF, 8D and CF. RGB value is (175,141,207). Sum of RGB (Red+Green+Blue) = 175+141+207=523 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.46% from 523); Green value is 141 (55.47% from 255 or 26.96% from 523); Blue value is 207 (81.25% from 255 or 39.58% from 523); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF8DCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8DCF is #507230. Grayscale: #9E9E9E. Windows color (decimal): -5272113 or 13602223. OLE color: 13602223.

HSL color Cylindrical-coordinate representation of color #AF8DCF: hue angle of 270.91º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AF8DCF is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 141 207 -
CMYK 0.15 0.32 0 0.19
HSL 270.91º 0.41% 0.68% -
HSV(B) 270.91º 0.32% 0.81% -
XYZ 38.47 32.67 63.31 -
YUV 158.69 155.26 139.63 -
System Red Green Blue C M Y K H S L
Decimal 175 141 207 0.15 0.32 0 0.19 270.91 0.41 0.68
Hex AF 8D CF F 20 0 13 10F 29 44
Octal 257 215 317 17 40 0 23 417 51 104
Binary 10101111 10001101 11001111 1111 100000 0 10011 100001111 101001 1000100

Color Harmonies of #AF8DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8DCF

Black with #AF8DCF

Text Example


Text Example

White with #AF8DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8DCF; }

 p { color: rgb(175,141,207); }

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

background-color css

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

 a { background-color: rgb(175,141,207); }

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

border-color css

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

 span { border-color: rgb(175,141,207); }

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