Html Css Color HEX #AF82DB Biloba Flower

📋 copy color: '#AF82DB'

red 175 ◦ green 130 ◦ blue 219

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

Shades of Biloba Flower #AF82DB

Tints of Biloba Flower #AF82DB

RGB

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

 GREEN value IS 130 (51.17% from 255) = 24.81%

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

R = 33.4%
G = 24.81%
B = 41.79%

CMYK

 C value IS 0.20

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF82DB (or 0xAF82DB) is known color: Biloba Flower. HEX triplet: AF, 82 and DB. RGB value is (175,130,219). Sum of RGB (Red+Green+Blue) = 175+130+219=524 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.40% from 524); Green value is 130 (51.17% from 255 or 24.81% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF82DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF82DB is #507D24. Grayscale: #999999. Windows color (decimal): -5274917 or 14385839. OLE color: 14385839.

HSL color Cylindrical-coordinate representation of color #AF82DB: hue angle of 270.34º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AF82DB is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 130 219 -
CMYK 0.20 0.41 0 0.14
HSL 270.34º 0.55% 0.68% -
HSV(B) 270.34º 0.41% 0.86% -
XYZ 38.45 30.19 70.82 -
YUV 153.6 164.91 143.26 -
System Red Green Blue C M Y K H S L
Decimal 175 130 219 0.20 0.41 0 0.14 270.34 0.55 0.68
Hex AF 82 DB 14 29 0 E 10E 37 44
Octal 257 202 333 24 51 0 16 416 67 104
Binary 10101111 10000010 11011011 10100 101001 0 1110 100001110 110111 1000100

Color Harmonies of #AF82DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF82DB

Black with #AF82DB

Text Example


Text Example

White with #AF82DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF82DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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