Html Css Color HEX #AF7FDC Biloba Flower

📋 copy color: '#AF7FDC'

red 175 ◦ green 127 ◦ blue 220

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

Shades of Biloba Flower #AF7FDC

Tints of Biloba Flower #AF7FDC

RGB

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

 GREEN value IS 127 (50% from 255) = 24.33%

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

R = 33.52%
G = 24.33%
B = 42.15%

CMYK

 C value IS 0.20

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF7FDC (or 0xAF7FDC) is known color: Biloba Flower. HEX triplet: AF, 7F and DC. RGB value is (175,127,220). Sum of RGB (Red+Green+Blue) = 175+127+220=522 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.52% from 522); Green value is 127 (50% from 255 or 24.33% from 522); Blue value is 220 (86.33% from 255 or 42.15% from 522); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF7FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7FDC is #508023. Grayscale: #979797. Windows color (decimal): -5275684 or 14450607. OLE color: 14450607.

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

Color convert

RGB 175 127 220 -
CMYK 0.20 0.42 0 0.14
HSL 270.97º 0.57% 0.68% -
HSV(B) 270.97º 0.42% 0.86% -
XYZ 38.19 29.46 71.38 -
YUV 151.95 166.4 144.44 -
System Red Green Blue C M Y K H S L
Decimal 175 127 220 0.20 0.42 0 0.14 270.97 0.57 0.68
Hex AF 7F DC 14 2A 0 E 10F 39 44
Octal 257 177 334 24 52 0 16 417 71 104
Binary 10101111 1111111 11011100 10100 101010 0 1110 100001111 111001 1000100

Color Harmonies of #AF7FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7FDC

Black with #AF7FDC

Text Example


Text Example

White with #AF7FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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