Html Css Color HEX #AF83DB Biloba Flower

📋 copy color: '#AF83DB'

red 175 ◦ green 131 ◦ blue 219

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

Shades of Biloba Flower #AF83DB

Tints of Biloba Flower #AF83DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.71%

R = 33.33%
G = 24.95%
B = 41.71%

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

#AF83DB (or 0xAF83DB) is known color: Biloba Flower. HEX triplet: AF, 83 and DB. RGB value is (175,131,219). Sum of RGB (Red+Green+Blue) = 175+131+219=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 131 (51.56% from 255 or 24.95% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF83DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF83DB is #507C24. Grayscale: #999999. Windows color (decimal): -5274661 or 14386095. OLE color: 14386095.

HSL color Cylindrical-coordinate representation of color #AF83DB: hue angle of 270º degrees, saturation: 0.55, 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 #AF83DB is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 131 219 -
CMYK 0.20 0.40 0 0.14
HSL 270º 0.55% 0.69% -
HSV(B) 270º 0.4% 0.86% -
XYZ 38.58 30.46 70.86 -
YUV 154.19 164.58 142.84 -
System Red Green Blue C M Y K H S L
Decimal 175 131 219 0.20 0.40 0 0.14 270 0.55 0.69
Hex AF 83 DB 14 28 0 E 10E 37 45
Octal 257 203 333 24 50 0 16 416 67 105
Binary 10101111 10000011 11011011 10100 101000 0 1110 100001110 110111 1000101

Color Harmonies of #AF83DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF83DB

Black with #AF83DB

Text Example


Text Example

White with #AF83DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF83DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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