Html Css Color HEX #AF83DC Biloba Flower

📋 copy color: '#AF83DC'

red 175 ◦ green 131 ◦ blue 220

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

Shades of Biloba Flower #AF83DC

Tints of Biloba Flower #AF83DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.83%

R = 33.27%
G = 24.9%
B = 41.83%

CMYK

 C value IS 0.20

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF83DC (or 0xAF83DC) is known color: Biloba Flower. HEX triplet: AF, 83 and DC. RGB value is (175,131,220). Sum of RGB (Red+Green+Blue) = 175+131+220=526 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.27% from 526); Green value is 131 (51.56% from 255 or 24.90% from 526); Blue value is 220 (86.33% from 255 or 41.83% from 526); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF83DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF83DC is #507C23. Grayscale: #999999. Windows color (decimal): -5274660 or 14451631. OLE color: 14451631.

HSL color Cylindrical-coordinate representation of color #AF83DC: hue angle of 269.66º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AF83DC is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 131 220 -
CMYK 0.20 0.40 0 0.14
HSL 269.66º 0.56% 0.69% -
HSV(B) 269.66º 0.4% 0.86% -
XYZ 38.71 30.51 71.56 -
YUV 154.3 165.08 142.76 -
System Red Green Blue C M Y K H S L
Decimal 175 131 220 0.20 0.40 0 0.14 269.66 0.56 0.69
Hex AF 83 DC 14 28 0 E 10E 38 45
Octal 257 203 334 24 50 0 16 416 70 105
Binary 10101111 10000011 11011100 10100 101000 0 1110 100001110 111000 1000101

Color Harmonies of #AF83DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF83DC

Black with #AF83DC

Text Example


Text Example

White with #AF83DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF83DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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