Html Css Color HEX #AF83D7 Biloba Flower

📋 copy color: '#AF83D7'

red 175 ◦ green 131 ◦ blue 215

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

Shades of Biloba Flower #AF83D7

Tints of Biloba Flower #AF83D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 41.27%

R = 33.59%
G = 25.14%
B = 41.27%

CMYK

 C value IS 0.19

 M value IS 0.39

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AF83D7 (or 0xAF83D7) is known color: Biloba Flower. HEX triplet: AF, 83 and D7. RGB value is (175,131,215). Sum of RGB (Red+Green+Blue) = 175+131+215=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 131 (51.56% from 255 or 25.14% from 521); Blue value is 215 (84.38% from 255 or 41.27% from 521); Max value from RGB is 215 - color contains mainly: blue. Hex color #AF83D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF83D7 is #507C28. Grayscale: #999999. Windows color (decimal): -5274665 or 14123951. OLE color: 14123951.

HSL color Cylindrical-coordinate representation of color #AF83D7: hue angle of 271.43º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AF83D7 is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 131 215 -
CMYK 0.19 0.39 0 0.16
HSL 271.43º 0.51% 0.68% -
HSV(B) 271.43º 0.39% 0.84% -
XYZ 38.06 30.25 68.12 -
YUV 153.73 162.58 143.17 -
System Red Green Blue C M Y K H S L
Decimal 175 131 215 0.19 0.39 0 0.16 271.43 0.51 0.68
Hex AF 83 D7 13 27 0 10 10F 33 44
Octal 257 203 327 23 47 0 20 417 63 104
Binary 10101111 10000011 11010111 10011 100111 0 10000 100001111 110011 1000100

Color Harmonies of #AF83D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF83D7

Black with #AF83D7

Text Example


Text Example

White with #AF83D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF83D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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