Html Css Color HEX #AF83F9 Biloba Flower

📋 copy color: '#AF83F9'

red 175 ◦ green 131 ◦ blue 249

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

Shades of Biloba Flower #AF83F9

Tints of Biloba Flower #AF83F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 44.86%

R = 31.53%
G = 23.6%
B = 44.86%

CMYK

 C value IS 0.30

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF83F9 (or 0xAF83F9) is known color: Biloba Flower. HEX triplet: AF, 83 and F9. RGB value is (175,131,249). Sum of RGB (Red+Green+Blue) = 175+131+249=555 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.53% from 555); Green value is 131 (51.56% from 255 or 23.60% from 555); Blue value is 249 (97.66% from 255 or 44.86% from 555); Max value from RGB is 249 - color contains mainly: blue. Hex color #AF83F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF83F9 is #507C06. Grayscale: #9D9D9D. Windows color (decimal): -5274631 or 16352175. OLE color: 16352175.

HSL color Cylindrical-coordinate representation of color #AF83F9: hue angle of 262.37º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF83F9 is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 131 249 -
CMYK 0.30 0.47 0 0.02
HSL 262.37º 0.91% 0.75% -
HSV(B) 262.37º 0.47% 0.98% -
XYZ 42.89 32.19 93.57 -
YUV 157.61 179.58 140.41 -
System Red Green Blue C M Y K H S L
Decimal 175 131 249 0.30 0.47 0 0.02 262.37 0.91 0.75
Hex AF 83 F9 1E 2F 0 2 106 5B 4B
Octal 257 203 371 36 57 0 2 406 133 113
Binary 10101111 10000011 11111001 11110 101111 0 10 100000110 1011011 1001011

Color Harmonies of #AF83F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF83F9

Black with #AF83F9

Text Example


Text Example

White with #AF83F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF83F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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