Html Css Color HEX #AF83D6 Biloba Flower

📋 copy color: '#AF83D6'

red 175 ◦ green 131 ◦ blue 214

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

Shades of Biloba Flower #AF83D6

Tints of Biloba Flower #AF83D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 41.15%

R = 33.65%
G = 25.19%
B = 41.15%

CMYK

 C value IS 0.18

 M value IS 0.39

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AF83D6 (or 0xAF83D6) is known color: Biloba Flower. HEX triplet: AF, 83 and D6. RGB value is (175,131,214). Sum of RGB (Red+Green+Blue) = 175+131+214=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 131 (51.56% from 255 or 25.19% from 520); Blue value is 214 (83.98% from 255 or 41.15% from 520); Max value from RGB is 214 - color contains mainly: blue. Hex color #AF83D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF83D6 is #507C29. Grayscale: #999999. Windows color (decimal): -5274666 or 14058415. OLE color: 14058415.

HSL color Cylindrical-coordinate representation of color #AF83D6: hue angle of 271.81º degrees, saturation: 0.5, 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 #AF83D6 is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 131 214 -
CMYK 0.18 0.39 0 0.16
HSL 271.81º 0.5% 0.68% -
HSV(B) 271.81º 0.39% 0.84% -
XYZ 37.93 30.2 67.45 -
YUV 153.62 162.08 143.25 -
System Red Green Blue C M Y K H S L
Decimal 175 131 214 0.18 0.39 0 0.16 271.81 0.5 0.68
Hex AF 83 D6 12 27 0 10 110 32 44
Octal 257 203 326 22 47 0 20 420 62 104
Binary 10101111 10000011 11010110 10010 100111 0 10000 100010000 110010 1000100

Color Harmonies of #AF83D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF83D6

Black with #AF83D6

Text Example


Text Example

White with #AF83D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF83D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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