Html Css Color HEX #A782DD Biloba Flower

📋 copy color: '#A782DD'

red 167 ◦ green 130 ◦ blue 221

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

Shades of Biloba Flower #A782DD

Tints of Biloba Flower #A782DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.66%

R = 32.24%
G = 25.1%
B = 42.66%

CMYK

 C value IS 0.24

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A782DD (or 0xA782DD) is known color: Biloba Flower. HEX triplet: A7, 82 and DD. RGB value is (167,130,221). Sum of RGB (Red+Green+Blue) = 167+130+221=518 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.24% from 518); Green value is 130 (51.17% from 255 or 25.10% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #A782DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A782DD is #587D22. Grayscale: #979797. Windows color (decimal): -5799203 or 14516903. OLE color: 14516903.

HSL color Cylindrical-coordinate representation of color #A782DD: hue angle of 264.4º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A782DD is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 167 130 221 -
CMYK 0.24 0.41 0 0.13
HSL 264.4º 0.57% 0.69% -
HSV(B) 264.4º 0.41% 0.87% -
XYZ 36.97 29.4 72.13 -
YUV 151.44 167.26 139.1 -
System Red Green Blue C M Y K H S L
Decimal 167 130 221 0.24 0.41 0 0.13 264.4 0.57 0.69
Hex A7 82 DD 18 29 0 D 108 39 45
Octal 247 202 335 30 51 0 15 410 71 105
Binary 10100111 10000010 11011101 11000 101001 0 1101 100001000 111001 1000101

Color Harmonies of #A782DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A782DD

Black with #A782DD

Text Example


Text Example

White with #A782DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A782DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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