Html Css Color HEX #AF7ED8 Biloba Flower

📋 copy color: '#AF7ED8'

red 175 ◦ green 126 ◦ blue 216

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

Shades of Biloba Flower #AF7ED8

Tints of Biloba Flower #AF7ED8

RGB

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

 GREEN value IS 126 (49.61% from 255) = 24.37%

 BLUE value IS 216 (84.77% from 255) = 41.78%

R = 33.85%
G = 24.37%
B = 41.78%

CMYK

 C value IS 0.19

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF7ED8 (or 0xAF7ED8) is known color: Biloba Flower. HEX triplet: AF, 7E and D8. RGB value is (175,126,216). Sum of RGB (Red+Green+Blue) = 175+126+216=517 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.85% from 517); Green value is 126 (49.61% from 255 or 24.37% from 517); Blue value is 216 (84.77% from 255 or 41.78% from 517); Max value from RGB is 216 - color contains mainly: blue. Hex color #AF7ED8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7ED8 is #508127. Grayscale: #969696. Windows color (decimal): -5275944 or 14188207. OLE color: 14188207.

HSL color Cylindrical-coordinate representation of color #AF7ED8: hue angle of 272.67º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF7ED8 is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 126 216 -
CMYK 0.19 0.42 0 0.15
HSL 272.67º 0.54% 0.67% -
HSV(B) 272.67º 0.42% 0.85% -
XYZ 37.53 28.99 68.58 -
YUV 150.91 164.73 145.18 -
System Red Green Blue C M Y K H S L
Decimal 175 126 216 0.19 0.42 0 0.15 272.67 0.54 0.67
Hex AF 7E D8 13 2A 0 F 111 36 43
Octal 257 176 330 23 52 0 17 421 66 103
Binary 10101111 1111110 11011000 10011 101010 0 1111 100010001 110110 1000011

Color Harmonies of #AF7ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7ED8

Black with #AF7ED8

Text Example


Text Example

White with #AF7ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7ED8; }

 p { color: rgb(175,126,216); }

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

background-color css

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

 a { background-color: rgb(175,126,216); }

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

border-color css

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

 span { border-color: rgb(175,126,216); }

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