Html Css Color HEX #AF83EC Biloba Flower

📋 copy color: '#AF83EC'

red 175 ◦ green 131 ◦ blue 236

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

Shades of Biloba Flower #AF83EC

Tints of Biloba Flower #AF83EC

RGB

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

 GREEN value IS 131 (51.56% from 255) = 24.17%

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

R = 32.29%
G = 24.17%
B = 43.54%

CMYK

 C value IS 0.26

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF83EC (or 0xAF83EC) is known color: Biloba Flower. HEX triplet: AF, 83 and EC. RGB value is (175,131,236). Sum of RGB (Red+Green+Blue) = 175+131+236=542 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.29% from 542); Green value is 131 (51.56% from 255 or 24.17% from 542); Blue value is 236 (92.58% from 255 or 43.54% from 542); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF83EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF83EC is #507C13. Grayscale: #9B9B9B. Windows color (decimal): -5274644 or 15500207. OLE color: 15500207.

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

Color convert

RGB 175 131 236 -
CMYK 0.26 0.44 0 0.07
HSL 265.14º 0.73% 0.72% -
HSV(B) 265.14º 0.44% 0.93% -
XYZ 40.94 31.4 83.26 -
YUV 156.13 173.08 141.46 -
System Red Green Blue C M Y K H S L
Decimal 175 131 236 0.26 0.44 0 0.07 265.14 0.73 0.72
Hex AF 83 EC 1A 2C 0 7 109 49 48
Octal 257 203 354 32 54 0 7 411 111 110
Binary 10101111 10000011 11101100 11010 101100 0 111 100001001 1001001 1001000

Color Harmonies of #AF83EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF83EC

Black with #AF83EC

Text Example


Text Example

White with #AF83EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF83EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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