Html Css Color HEX #AF83E1 Biloba Flower

📋 copy color: '#AF83E1'

red 175 ◦ green 131 ◦ blue 225

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

Shades of Biloba Flower #AF83E1

Tints of Biloba Flower #AF83E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 42.37%

R = 32.96%
G = 24.67%
B = 42.37%

CMYK

 C value IS 0.22

 M value IS 0.42

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AF83E1 (or 0xAF83E1) is known color: Biloba Flower. HEX triplet: AF, 83 and E1. RGB value is (175,131,225). Sum of RGB (Red+Green+Blue) = 175+131+225=531 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.96% from 531); Green value is 131 (51.56% from 255 or 24.67% from 531); Blue value is 225 (88.28% from 255 or 42.37% from 531); Max value from RGB is 225 - color contains mainly: blue. Hex color #AF83E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF83E1 is #507C1E. Grayscale: #9A9A9A. Windows color (decimal): -5274655 or 14779311. OLE color: 14779311.

HSL color Cylindrical-coordinate representation of color #AF83E1: hue angle of 268.09º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF83E1 is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 131 225 -
CMYK 0.22 0.42 0 0.12
HSL 268.09º 0.61% 0.7% -
HSV(B) 268.09º 0.42% 0.88% -
XYZ 39.39 30.78 75.1 -
YUV 154.87 167.58 142.36 -
System Red Green Blue C M Y K H S L
Decimal 175 131 225 0.22 0.42 0 0.12 268.09 0.61 0.7
Hex AF 83 E1 16 2A 0 C 10C 3D 46
Octal 257 203 341 26 52 0 14 414 75 106
Binary 10101111 10000011 11100001 10110 101010 0 1100 100001100 111101 1000110

Color Harmonies of #AF83E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF83E1

Black with #AF83E1

Text Example


Text Example

White with #AF83E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF83E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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