Html Css Color HEX #AF8DCE Biloba Flower

📋 copy color: '#AF8DCE'

red 175 ◦ green 141 ◦ blue 206

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

Shades of Biloba Flower #AF8DCE

Tints of Biloba Flower #AF8DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.46%

R = 33.52%
G = 27.01%
B = 39.46%

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

#AF8DCE (or 0xAF8DCE) is known color: Biloba Flower. HEX triplet: AF, 8D and CE. RGB value is (175,141,206). Sum of RGB (Red+Green+Blue) = 175+141+206=522 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.52% from 522); Green value is 141 (55.47% from 255 or 27.01% from 522); Blue value is 206 (80.86% from 255 or 39.46% from 522); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF8DCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8DCE is #507231. Grayscale: #9E9E9E. Windows color (decimal): -5272114 or 13536687. OLE color: 13536687.

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

Color convert

RGB 175 141 206 -
CMYK 0.15 0.32 0 0.19
HSL 271.38º 0.4% 0.68% -
HSV(B) 271.38º 0.32% 0.81% -
XYZ 38.34 32.62 62.67 -
YUV 158.58 154.76 139.71 -
System Red Green Blue C M Y K H S L
Decimal 175 141 206 0.15 0.32 0 0.19 271.38 0.4 0.68
Hex AF 8D CE F 20 0 13 10F 28 44
Octal 257 215 316 17 40 0 23 417 50 104
Binary 10101111 10001101 11001110 1111 100000 0 10011 100001111 101000 1000100

Color Harmonies of #AF8DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8DCE

Black with #AF8DCE

Text Example


Text Example

White with #AF8DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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