Html Css Color HEX #AF83DA Biloba Flower

📋 copy color: '#AF83DA'

red 175 ◦ green 131 ◦ blue 218

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

Shades of Biloba Flower #AF83DA

Tints of Biloba Flower #AF83DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.6%

R = 33.4%
G = 25%
B = 41.6%

CMYK

 C value IS 0.20

 M value IS 0.40

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF83DA (or 0xAF83DA) is known color: Biloba Flower. HEX triplet: AF, 83 and DA. RGB value is (175,131,218). Sum of RGB (Red+Green+Blue) = 175+131+218=524 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.40% from 524); Green value is 131 (51.56% from 255 or 25% from 524); Blue value is 218 (85.55% from 255 or 41.60% from 524); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF83DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF83DA is #507C25. Grayscale: #999999. Windows color (decimal): -5274662 or 14320559. OLE color: 14320559.

HSL color Cylindrical-coordinate representation of color #AF83DA: hue angle of 270.34º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AF83DA is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 131 218 -
CMYK 0.20 0.40 0 0.15
HSL 270.34º 0.54% 0.68% -
HSV(B) 270.34º 0.4% 0.85% -
XYZ 38.45 30.41 70.17 -
YUV 154.07 164.08 142.93 -
System Red Green Blue C M Y K H S L
Decimal 175 131 218 0.20 0.40 0 0.15 270.34 0.54 0.68
Hex AF 83 DA 14 28 0 F 10E 36 44
Octal 257 203 332 24 50 0 17 416 66 104
Binary 10101111 10000011 11011010 10100 101000 0 1111 100001110 110110 1000100

Color Harmonies of #AF83DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF83DA

Black with #AF83DA

Text Example


Text Example

White with #AF83DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF83DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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