Html Css Color HEX #AF7FEC Biloba Flower

📋 copy color: '#AF7FEC'

red 175 ◦ green 127 ◦ blue 236

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

Shades of Biloba Flower #AF7FEC

Tints of Biloba Flower #AF7FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 43.87%

R = 32.53%
G = 23.61%
B = 43.87%

CMYK

 C value IS 0.26

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF7FEC (or 0xAF7FEC) is known color: Biloba Flower. HEX triplet: AF, 7F and EC. RGB value is (175,127,236). Sum of RGB (Red+Green+Blue) = 175+127+236=538 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.53% from 538); Green value is 127 (50% from 255 or 23.61% from 538); Blue value is 236 (92.58% from 255 or 43.87% from 538); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF7FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF7FEC is #508013. Grayscale: #999999. Windows color (decimal): -5275668 or 15499183. OLE color: 15499183.

HSL color Cylindrical-coordinate representation of color #AF7FEC: hue angle of 266.42º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AF7FEC is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 127 236 -
CMYK 0.26 0.46 0 0.07
HSL 266.42º 0.74% 0.71% -
HSV(B) 266.42º 0.46% 0.93% -
XYZ 40.41 30.35 83.09 -
YUV 153.78 174.4 143.14 -
System Red Green Blue C M Y K H S L
Decimal 175 127 236 0.26 0.46 0 0.07 266.42 0.74 0.71
Hex AF 7F EC 1A 2E 0 7 10A 4A 47
Octal 257 177 354 32 56 0 7 412 112 107
Binary 10101111 1111111 11101100 11010 101110 0 111 100001010 1001010 1000111

Color Harmonies of #AF7FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7FEC

Black with #AF7FEC

Text Example


Text Example

White with #AF7FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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