Html Css Color HEX #AF83DD Biloba Flower

📋 copy color: '#AF83DD'

red 175 ◦ green 131 ◦ blue 221

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

Shades of Biloba Flower #AF83DD

Tints of Biloba Flower #AF83DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.94%

R = 33.21%
G = 24.86%
B = 41.94%

CMYK

 C value IS 0.21

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF83DD (or 0xAF83DD) is known color: Biloba Flower. HEX triplet: AF, 83 and DD. RGB value is (175,131,221). Sum of RGB (Red+Green+Blue) = 175+131+221=527 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.21% from 527); Green value is 131 (51.56% from 255 or 24.86% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF83DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF83DD is #507C22. Grayscale: #9A9A9A. Windows color (decimal): -5274659 or 14517167. OLE color: 14517167.

HSL color Cylindrical-coordinate representation of color #AF83DD: hue angle of 269.33º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AF83DD is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 131 221 -
CMYK 0.21 0.41 0 0.13
HSL 269.33º 0.57% 0.69% -
HSV(B) 269.33º 0.41% 0.87% -
XYZ 38.85 30.57 72.26 -
YUV 154.42 165.58 142.68 -
System Red Green Blue C M Y K H S L
Decimal 175 131 221 0.21 0.41 0 0.13 269.33 0.57 0.69
Hex AF 83 DD 15 29 0 D 10D 39 45
Octal 257 203 335 25 51 0 15 415 71 105
Binary 10101111 10000011 11011101 10101 101001 0 1101 100001101 111001 1000101

Color Harmonies of #AF83DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF83DD

Black with #AF83DD

Text Example


Text Example

White with #AF83DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF83DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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