Html Css Color HEX #AF83D8 Biloba Flower

📋 copy color: '#AF83D8'

red 175 ◦ green 131 ◦ blue 216

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

Shades of Biloba Flower #AF83D8

Tints of Biloba Flower #AF83D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 41.38%

R = 33.52%
G = 25.1%
B = 41.38%

CMYK

 C value IS 0.19

 M value IS 0.39

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF83D8 (or 0xAF83D8) is known color: Biloba Flower. HEX triplet: AF, 83 and D8. RGB value is (175,131,216). Sum of RGB (Red+Green+Blue) = 175+131+216=522 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.52% from 522); Green value is 131 (51.56% from 255 or 25.10% from 522); Blue value is 216 (84.77% from 255 or 41.38% from 522); Max value from RGB is 216 - color contains mainly: blue. Hex color #AF83D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF83D8 is #507C27. Grayscale: #999999. Windows color (decimal): -5274664 or 14189487. OLE color: 14189487.

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

Color convert

RGB 175 131 216 -
CMYK 0.19 0.39 0 0.15
HSL 271.06º 0.52% 0.68% -
HSV(B) 271.06º 0.39% 0.85% -
XYZ 38.19 30.3 68.8 -
YUV 153.85 163.08 143.09 -
System Red Green Blue C M Y K H S L
Decimal 175 131 216 0.19 0.39 0 0.15 271.06 0.52 0.68
Hex AF 83 D8 13 27 0 F 10F 34 44
Octal 257 203 330 23 47 0 17 417 64 104
Binary 10101111 10000011 11011000 10011 100111 0 1111 100001111 110100 1000100

Color Harmonies of #AF83D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF83D8

Black with #AF83D8

Text Example


Text Example

White with #AF83D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF83D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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