Html Css Color HEX #AF8DDF Biloba Flower

📋 copy color: '#AF8DDF'

red 175 ◦ green 141 ◦ blue 223

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

Shades of Biloba Flower #AF8DDF

Tints of Biloba Flower #AF8DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.37%

R = 32.47%
G = 26.16%
B = 41.37%

CMYK

 C value IS 0.22

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF8DDF (or 0xAF8DDF) is known color: Biloba Flower. HEX triplet: AF, 8D and DF. RGB value is (175,141,223). Sum of RGB (Red+Green+Blue) = 175+141+223=539 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.47% from 539); Green value is 141 (55.47% from 255 or 26.16% from 539); Blue value is 223 (87.5% from 255 or 41.37% from 539); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF8DDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8DDF is #507220. Grayscale: #A0A0A0. Windows color (decimal): -5272097 or 14650799. OLE color: 14650799.

HSL color Cylindrical-coordinate representation of color #AF8DDF: hue angle of 264.88º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AF8DDF is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 141 223 -
CMYK 0.22 0.37 0 0.13
HSL 264.88º 0.56% 0.71% -
HSV(B) 264.88º 0.37% 0.87% -
XYZ 40.52 33.49 74.14 -
YUV 160.51 163.26 138.33 -
System Red Green Blue C M Y K H S L
Decimal 175 141 223 0.22 0.37 0 0.13 264.88 0.56 0.71
Hex AF 8D DF 16 25 0 D 109 38 47
Octal 257 215 337 26 45 0 15 411 70 107
Binary 10101111 10001101 11011111 10110 100101 0 1101 100001001 111000 1000111

Color Harmonies of #AF8DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8DDF

Black with #AF8DDF

Text Example


Text Example

White with #AF8DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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