Html Css Color HEX #AF83D9 Biloba Flower

📋 copy color: '#AF83D9'

red 175 ◦ green 131 ◦ blue 217

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

Shades of Biloba Flower #AF83D9

Tints of Biloba Flower #AF83D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 41.49%

R = 33.46%
G = 25.05%
B = 41.49%

CMYK

 C value IS 0.19

 M value IS 0.40

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF83D9 (or 0xAF83D9) is known color: Biloba Flower. HEX triplet: AF, 83 and D9. RGB value is (175,131,217). Sum of RGB (Red+Green+Blue) = 175+131+217=523 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.46% from 523); Green value is 131 (51.56% from 255 or 25.05% from 523); Blue value is 217 (85.16% from 255 or 41.49% from 523); Max value from RGB is 217 - color contains mainly: blue. Hex color #AF83D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF83D9 is #507C26. Grayscale: #999999. Windows color (decimal): -5274663 or 14255023. OLE color: 14255023.

HSL color Cylindrical-coordinate representation of color #AF83D9: hue angle of 270.7º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AF83D9 is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 131 217 -
CMYK 0.19 0.40 0 0.15
HSL 270.7º 0.53% 0.68% -
HSV(B) 270.7º 0.4% 0.85% -
XYZ 38.32 30.36 69.49 -
YUV 153.96 163.58 143.01 -
System Red Green Blue C M Y K H S L
Decimal 175 131 217 0.19 0.40 0 0.15 270.7 0.53 0.68
Hex AF 83 D9 13 28 0 F 10F 35 44
Octal 257 203 331 23 50 0 17 417 65 104
Binary 10101111 10000011 11011001 10011 101000 0 1111 100001111 110101 1000100

Color Harmonies of #AF83D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF83D9

Black with #AF83D9

Text Example


Text Example

White with #AF83D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF83D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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