Html Css Color HEX #AF8EDF Biloba Flower

📋 copy color: '#AF8EDF'

red 175 ◦ green 142 ◦ blue 223

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

Shades of Biloba Flower #AF8EDF

Tints of Biloba Flower #AF8EDF

RGB

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

 GREEN value IS 142 (55.86% from 255) = 26.3%

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

R = 32.41%
G = 26.3%
B = 41.3%

CMYK

 C value IS 0.22

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF8EDF (or 0xAF8EDF) is known color: Biloba Flower. HEX triplet: AF, 8E and DF. RGB value is (175,142,223). Sum of RGB (Red+Green+Blue) = 175+142+223=540 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.41% from 540); Green value is 142 (55.86% from 255 or 26.30% from 540); Blue value is 223 (87.5% from 255 or 41.30% from 540); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF8EDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8EDF is #507120. Grayscale: #A0A0A0. Windows color (decimal): -5271841 or 14651055. OLE color: 14651055.

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

Color convert

RGB 175 142 223 -
CMYK 0.22 0.36 0 0.13
HSL 264.44º 0.56% 0.72% -
HSV(B) 264.44º 0.36% 0.87% -
XYZ 40.67 33.79 74.19 -
YUV 161.1 162.93 137.91 -
System Red Green Blue C M Y K H S L
Decimal 175 142 223 0.22 0.36 0 0.13 264.44 0.56 0.72
Hex AF 8E DF 16 24 0 D 108 38 48
Octal 257 216 337 26 44 0 15 410 70 110
Binary 10101111 10001110 11011111 10110 100100 0 1101 100001000 111000 1001000

Color Harmonies of #AF8EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8EDF

Black with #AF8EDF

Text Example


Text Example

White with #AF8EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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