Html Css Color HEX #AF83E9 Biloba Flower

📋 copy color: '#AF83E9'

red 175 ◦ green 131 ◦ blue 233

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

Shades of Biloba Flower #AF83E9

Tints of Biloba Flower #AF83E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 43.23%

R = 32.47%
G = 24.3%
B = 43.23%

CMYK

 C value IS 0.25

 M value IS 0.44

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AF83E9 (or 0xAF83E9) is known color: Biloba Flower. HEX triplet: AF, 83 and E9. RGB value is (175,131,233). Sum of RGB (Red+Green+Blue) = 175+131+233=539 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.47% from 539); Green value is 131 (51.56% from 255 or 24.30% from 539); Blue value is 233 (91.41% from 255 or 43.23% from 539); Max value from RGB is 233 - color contains mainly: blue. Hex color #AF83E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF83E9 is #507C16. Grayscale: #9B9B9B. Windows color (decimal): -5274647 or 15303599. OLE color: 15303599.

HSL color Cylindrical-coordinate representation of color #AF83E9: hue angle of 265.88º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AF83E9 is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 131 233 -
CMYK 0.25 0.44 0 0.09
HSL 265.88º 0.7% 0.71% -
HSV(B) 265.88º 0.44% 0.91% -
XYZ 40.5 31.23 80.98 -
YUV 155.78 171.58 141.71 -
System Red Green Blue C M Y K H S L
Decimal 175 131 233 0.25 0.44 0 0.09 265.88 0.7 0.71
Hex AF 83 E9 19 2C 0 9 10A 46 47
Octal 257 203 351 31 54 0 11 412 106 107
Binary 10101111 10000011 11101001 11001 101100 0 1001 100001010 1000110 1000111

Color Harmonies of #AF83E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF83E9

Black with #AF83E9

Text Example


Text Example

White with #AF83E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF83E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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