Html Css Color HEX #AF8CCF Biloba Flower

📋 copy color: '#AF8CCF'

red 175 ◦ green 140 ◦ blue 207

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

Shades of Biloba Flower #AF8CCF

Tints of Biloba Flower #AF8CCF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.82%

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

R = 33.52%
G = 26.82%
B = 39.66%

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

#AF8CCF (or 0xAF8CCF) is known color: Biloba Flower. HEX triplet: AF, 8C and CF. RGB value is (175,140,207). Sum of RGB (Red+Green+Blue) = 175+140+207=522 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.52% from 522); Green value is 140 (55.08% from 255 or 26.82% from 522); Blue value is 207 (81.25% from 255 or 39.66% from 522); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF8CCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8CCF is #507330. Grayscale: #9D9D9D. Windows color (decimal): -5272369 or 13601967. OLE color: 13601967.

HSL color Cylindrical-coordinate representation of color #AF8CCF: hue angle of 271.34º 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 #AF8CCF is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 140 207 -
CMYK 0.15 0.32 0 0.19
HSL 271.34º 0.41% 0.68% -
HSV(B) 271.34º 0.32% 0.81% -
XYZ 38.32 32.38 63.26 -
YUV 158.1 155.6 140.05 -
System Red Green Blue C M Y K H S L
Decimal 175 140 207 0.15 0.32 0 0.19 271.34 0.41 0.68
Hex AF 8C CF F 20 0 13 10F 29 44
Octal 257 214 317 17 40 0 23 417 51 104
Binary 10101111 10001100 11001111 1111 100000 0 10011 100001111 101001 1000100

Color Harmonies of #AF8CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8CCF

Black with #AF8CCF

Text Example


Text Example

White with #AF8CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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