Html Css Color HEX #A782D4 Biloba Flower

📋 copy color: '#A782D4'

red 167 ◦ green 130 ◦ blue 212

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

Shades of Biloba Flower #A782D4

Tints of Biloba Flower #A782D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 41.65%

R = 32.81%
G = 25.54%
B = 41.65%

CMYK

 C value IS 0.21

 M value IS 0.39

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#A782D4 (or 0xA782D4) is known color: Biloba Flower. HEX triplet: A7, 82 and D4. RGB value is (167,130,212). Sum of RGB (Red+Green+Blue) = 167+130+212=509 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.81% from 509); Green value is 130 (51.17% from 255 or 25.54% from 509); Blue value is 212 (83.20% from 255 or 41.65% from 509); Max value from RGB is 212 - color contains mainly: blue. Hex color #A782D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A782D4 is #587D2B. Grayscale: #969696. Windows color (decimal): -5799212 or 13927079. OLE color: 13927079.

HSL color Cylindrical-coordinate representation of color #A782D4: hue angle of 267.07º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A782D4 is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 167 130 212 -
CMYK 0.21 0.39 0 0.17
HSL 267.07º 0.49% 0.67% -
HSV(B) 267.07º 0.39% 0.83% -
XYZ 35.8 28.93 65.99 -
YUV 150.41 162.76 139.83 -
System Red Green Blue C M Y K H S L
Decimal 167 130 212 0.21 0.39 0 0.17 267.07 0.49 0.67
Hex A7 82 D4 15 27 0 11 10B 31 43
Octal 247 202 324 25 47 0 21 413 61 103
Binary 10100111 10000010 11010100 10101 100111 0 10001 100001011 110001 1000011

Color Harmonies of #A782D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A782D4

Black with #A782D4

Text Example


Text Example

White with #A782D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A782D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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