Html Css Color HEX #AF83DF Biloba Flower

📋 copy color: '#AF83DF'

red 175 ◦ green 131 ◦ blue 223

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

Shades of Biloba Flower #AF83DF

Tints of Biloba Flower #AF83DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.16%

R = 33.08%
G = 24.76%
B = 42.16%

CMYK

 C value IS 0.22

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF83DF (or 0xAF83DF) is known color: Biloba Flower. HEX triplet: AF, 83 and DF. RGB value is (175,131,223). Sum of RGB (Red+Green+Blue) = 175+131+223=529 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.08% from 529); Green value is 131 (51.56% from 255 or 24.76% from 529); Blue value is 223 (87.5% from 255 or 42.16% from 529); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF83DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF83DF is #507C20. Grayscale: #9A9A9A. Windows color (decimal): -5274657 or 14648239. OLE color: 14648239.

HSL color Cylindrical-coordinate representation of color #AF83DF: hue angle of 268.7º degrees, saturation: 0.59, 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 #AF83DF is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 131 223 -
CMYK 0.22 0.41 0 0.13
HSL 268.7º 0.59% 0.69% -
HSV(B) 268.7º 0.41% 0.87% -
XYZ 39.11 30.67 73.67 -
YUV 154.64 166.58 142.52 -
System Red Green Blue C M Y K H S L
Decimal 175 131 223 0.22 0.41 0 0.13 268.7 0.59 0.69
Hex AF 83 DF 16 29 0 D 10D 3B 45
Octal 257 203 337 26 51 0 15 415 73 105
Binary 10101111 10000011 11011111 10110 101001 0 1101 100001101 111011 1000101

Color Harmonies of #AF83DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF83DF

Black with #AF83DF

Text Example


Text Example

White with #AF83DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF83DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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