Html Css Color HEX #AF83D5 Biloba Flower

📋 copy color: '#AF83D5'

red 175 ◦ green 131 ◦ blue 213

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

Shades of Biloba Flower #AF83D5

Tints of Biloba Flower #AF83D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 41.04%

R = 33.72%
G = 25.24%
B = 41.04%

CMYK

 C value IS 0.18

 M value IS 0.38

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AF83D5 (or 0xAF83D5) is known color: Biloba Flower. HEX triplet: AF, 83 and D5. RGB value is (175,131,213). Sum of RGB (Red+Green+Blue) = 175+131+213=519 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.72% from 519); Green value is 131 (51.56% from 255 or 25.24% from 519); Blue value is 213 (83.59% from 255 or 41.04% from 519); Max value from RGB is 213 - color contains mainly: blue. Hex color #AF83D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF83D5 is #507C2A. Grayscale: #999999. Windows color (decimal): -5274667 or 13992879. OLE color: 13992879.

HSL color Cylindrical-coordinate representation of color #AF83D5: hue angle of 272.2º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF83D5 is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 131 213 -
CMYK 0.18 0.38 0 0.16
HSL 272.2º 0.49% 0.67% -
HSV(B) 272.2º 0.38% 0.84% -
XYZ 37.81 30.15 66.78 -
YUV 153.5 161.58 143.33 -
System Red Green Blue C M Y K H S L
Decimal 175 131 213 0.18 0.38 0 0.16 272.2 0.49 0.67
Hex AF 83 D5 12 26 0 10 110 31 43
Octal 257 203 325 22 46 0 20 420 61 103
Binary 10101111 10000011 11010101 10010 100110 0 10000 100010000 110001 1000011

Color Harmonies of #AF83D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF83D5

Black with #AF83D5

Text Example


Text Example

White with #AF83D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF83D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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