Html Css Color HEX #AF7DDC Biloba Flower

📋 copy color: '#AF7DDC'

red 175 ◦ green 125 ◦ blue 220

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

Shades of Biloba Flower #AF7DDC

Tints of Biloba Flower #AF7DDC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.04%

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

R = 33.65%
G = 24.04%
B = 42.31%

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

#AF7DDC (or 0xAF7DDC) is known color: Biloba Flower. HEX triplet: AF, 7D and DC. RGB value is (175,125,220). Sum of RGB (Red+Green+Blue) = 175+125+220=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 125 (49.22% from 255 or 24.04% from 520); Blue value is 220 (86.33% from 255 or 42.31% from 520); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF7DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7DDC is #508223. Grayscale: #969696. Windows color (decimal): -5276196 or 14450095. OLE color: 14450095.

HSL color Cylindrical-coordinate representation of color #AF7DDC: hue angle of 271.58º degrees, saturation: 0.58, 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 #AF7DDC is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 125 220 -
CMYK 0.20 0.43 0 0.14
HSL 271.58º 0.58% 0.68% -
HSV(B) 271.58º 0.43% 0.86% -
XYZ 37.93 28.95 71.3 -
YUV 150.78 167.07 145.28 -
System Red Green Blue C M Y K H S L
Decimal 175 125 220 0.20 0.43 0 0.14 271.58 0.58 0.68
Hex AF 7D DC 14 2B 0 E 110 3A 44
Octal 257 175 334 24 53 0 16 420 72 104
Binary 10101111 1111101 11011100 10100 101011 0 1110 100010000 111010 1000100

Color Harmonies of #AF7DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7DDC

Black with #AF7DDC

Text Example


Text Example

White with #AF7DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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