Html Css Color HEX #AF83E5 Biloba Flower

📋 copy color: '#AF83E5'

red 175 ◦ green 131 ◦ blue 229

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

Shades of Biloba Flower #AF83E5

Tints of Biloba Flower #AF83E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 42.8%

R = 32.71%
G = 24.49%
B = 42.8%

CMYK

 C value IS 0.24

 M value IS 0.43

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AF83E5 (or 0xAF83E5) is known color: Biloba Flower. HEX triplet: AF, 83 and E5. RGB value is (175,131,229). Sum of RGB (Red+Green+Blue) = 175+131+229=535 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.71% from 535); Green value is 131 (51.56% from 255 or 24.49% from 535); Blue value is 229 (89.84% from 255 or 42.80% from 535); Max value from RGB is 229 - color contains mainly: blue. Hex color #AF83E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF83E5 is #507C1A. Grayscale: #9A9A9A. Windows color (decimal): -5274651 or 15041455. OLE color: 15041455.

HSL color Cylindrical-coordinate representation of color #AF83E5: hue angle of 266.94º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AF83E5 is Cyan = 0.24, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 131 229 -
CMYK 0.24 0.43 0 0.10
HSL 266.94º 0.65% 0.71% -
HSV(B) 266.94º 0.43% 0.9% -
XYZ 39.94 31 78.01 -
YUV 155.33 169.58 142.03 -
System Red Green Blue C M Y K H S L
Decimal 175 131 229 0.24 0.43 0 0.10 266.94 0.65 0.71
Hex AF 83 E5 18 2B 0 A 10B 41 47
Octal 257 203 345 30 53 0 12 413 101 107
Binary 10101111 10000011 11100101 11000 101011 0 1010 100001011 1000001 1000111

Color Harmonies of #AF83E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF83E5

Black with #AF83E5

Text Example


Text Example

White with #AF83E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF83E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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