Html Css Color HEX #AF8FEC Biloba Flower

📋 copy color: '#AF8FEC'

red 175 ◦ green 143 ◦ blue 236

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

Shades of Biloba Flower #AF8FEC

Tints of Biloba Flower #AF8FEC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.81%

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

R = 31.59%
G = 25.81%
B = 42.6%

CMYK

 C value IS 0.26

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF8FEC (or 0xAF8FEC) is known color: Biloba Flower. HEX triplet: AF, 8F and EC. RGB value is (175,143,236). Sum of RGB (Red+Green+Blue) = 175+143+236=554 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.59% from 554); Green value is 143 (56.25% from 255 or 25.81% from 554); Blue value is 236 (92.58% from 255 or 42.60% from 554); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF8FEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF8FEC is #507013. Grayscale: #A2A2A2. Windows color (decimal): -5271572 or 15503279. OLE color: 15503279.

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

Color convert

RGB 175 143 236 -
CMYK 0.26 0.39 0 0.07
HSL 260.65º 0.71% 0.74% -
HSV(B) 260.65º 0.39% 0.93% -
XYZ 42.64 34.82 83.83 -
YUV 163.17 169.1 136.44 -
System Red Green Blue C M Y K H S L
Decimal 175 143 236 0.26 0.39 0 0.07 260.65 0.71 0.74
Hex AF 8F EC 1A 27 0 7 105 47 4A
Octal 257 217 354 32 47 0 7 405 107 112
Binary 10101111 10001111 11101100 11010 100111 0 111 100000101 1000111 1001010

Color Harmonies of #AF8FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8FEC

Black with #AF8FEC

Text Example


Text Example

White with #AF8FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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