Html Css Color HEX #A782DB Biloba Flower

📋 copy color: '#A782DB'

red 167 ◦ green 130 ◦ blue 219

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

Shades of Biloba Flower #A782DB

Tints of Biloba Flower #A782DB

RGB

 RED value IS 167 (65.63% from 255) = 32.36%

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

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

R = 32.36%
G = 25.19%
B = 42.44%

CMYK

 C value IS 0.24

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A782DB (or 0xA782DB) is known color: Biloba Flower. HEX triplet: A7, 82 and DB. RGB value is (167,130,219). Sum of RGB (Red+Green+Blue) = 167+130+219=516 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.36% from 516); Green value is 130 (51.17% from 255 or 25.19% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 219 - color contains mainly: blue. Hex color #A782DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A782DB is #587D24. Grayscale: #969696. Windows color (decimal): -5799205 or 14385831. OLE color: 14385831.

HSL color Cylindrical-coordinate representation of color #A782DB: hue angle of 264.94º 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 #A782DB is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 167 130 219 -
CMYK 0.24 0.41 0 0.14
HSL 264.94º 0.55% 0.68% -
HSV(B) 264.94º 0.41% 0.86% -
XYZ 36.71 29.3 70.74 -
YUV 151.21 166.26 139.26 -
System Red Green Blue C M Y K H S L
Decimal 167 130 219 0.24 0.41 0 0.14 264.94 0.55 0.68
Hex A7 82 DB 18 29 0 E 109 37 44
Octal 247 202 333 30 51 0 16 411 67 104
Binary 10100111 10000010 11011011 11000 101001 0 1110 100001001 110111 1000100

Color Harmonies of #A782DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A782DB

Black with #A782DB

Text Example


Text Example

White with #A782DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A782DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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