Html Css Color HEX #AF7EDC Biloba Flower

📋 copy color: '#AF7EDC'

red 175 ◦ green 126 ◦ blue 220

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

Shades of Biloba Flower #AF7EDC

Tints of Biloba Flower #AF7EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.23%

R = 33.59%
G = 24.18%
B = 42.23%

CMYK

 C value IS 0.20

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF7EDC (or 0xAF7EDC) is known color: Biloba Flower. HEX triplet: AF, 7E and DC. RGB value is (175,126,220). Sum of RGB (Red+Green+Blue) = 175+126+220=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 126 (49.61% from 255 or 24.18% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF7EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7EDC is #508123. Grayscale: #979797. Windows color (decimal): -5275940 or 14450351. OLE color: 14450351.

HSL color Cylindrical-coordinate representation of color #AF7EDC: hue angle of 271.28º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AF7EDC is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 126 220 -
CMYK 0.20 0.43 0 0.14
HSL 271.28º 0.57% 0.68% -
HSV(B) 271.28º 0.43% 0.86% -
XYZ 38.06 29.2 71.34 -
YUV 151.37 166.73 144.86 -
System Red Green Blue C M Y K H S L
Decimal 175 126 220 0.20 0.43 0 0.14 271.28 0.57 0.68
Hex AF 7E DC 14 2B 0 E 10F 39 44
Octal 257 176 334 24 53 0 16 417 71 104
Binary 10101111 1111110 11011100 10100 101011 0 1110 100001111 111001 1000100

Color Harmonies of #AF7EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7EDC

Black with #AF7EDC

Text Example


Text Example

White with #AF7EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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