Html Css Color HEX #AF7CDC Biloba Flower

📋 copy color: '#AF7CDC'

red 175 ◦ green 124 ◦ blue 220

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

Shades of Biloba Flower #AF7CDC

Tints of Biloba Flower #AF7CDC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.89%

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

R = 33.72%
G = 23.89%
B = 42.39%

CMYK

 C value IS 0.20

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF7CDC (or 0xAF7CDC) is known color: Biloba Flower. HEX triplet: AF, 7C and DC. RGB value is (175,124,220). Sum of RGB (Red+Green+Blue) = 175+124+220=519 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.72% from 519); Green value is 124 (48.83% from 255 or 23.89% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF7CDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7CDC is #508323. Grayscale: #959595. Windows color (decimal): -5276452 or 14449839. OLE color: 14449839.

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

Color convert

RGB 175 124 220 -
CMYK 0.20 0.44 0 0.14
HSL 271.88º 0.58% 0.67% -
HSV(B) 271.88º 0.44% 0.86% -
XYZ 37.81 28.7 71.26 -
YUV 150.19 167.4 145.69 -
System Red Green Blue C M Y K H S L
Decimal 175 124 220 0.20 0.44 0 0.14 271.88 0.58 0.67
Hex AF 7C DC 14 2C 0 E 110 3A 43
Octal 257 174 334 24 54 0 16 420 72 103
Binary 10101111 1111100 11011100 10100 101100 0 1110 100010000 111010 1000011

Color Harmonies of #AF7CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7CDC

Black with #AF7CDC

Text Example


Text Example

White with #AF7CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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