Html Css Color HEX #A781D5 Biloba Flower

📋 copy color: '#A781D5'

red 167 ◦ green 129 ◦ blue 213

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

Shades of Biloba Flower #A781D5

Tints of Biloba Flower #A781D5

RGB

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

 GREEN value IS 129 (50.78% from 255) = 25.34%

 BLUE value IS 213 (83.59% from 255) = 41.85%

R = 32.81%
G = 25.34%
B = 41.85%

CMYK

 C value IS 0.22

 M value IS 0.39

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A781D5 (or 0xA781D5) is known color: Biloba Flower. HEX triplet: A7, 81 and D5. RGB value is (167,129,213). Sum of RGB (Red+Green+Blue) = 167+129+213=509 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.81% from 509); Green value is 129 (50.78% from 255 or 25.34% from 509); Blue value is 213 (83.59% from 255 or 41.85% from 509); Max value from RGB is 213 - color contains mainly: blue. Hex color #A781D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A781D5 is #587E2A. Grayscale: #959595. Windows color (decimal): -5799467 or 13992359. OLE color: 13992359.

HSL color Cylindrical-coordinate representation of color #A781D5: hue angle of 267.14º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A781D5 is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 167 129 213 -
CMYK 0.22 0.39 0 0.16
HSL 267.14º 0.5% 0.67% -
HSV(B) 267.14º 0.39% 0.84% -
XYZ 35.8 28.72 66.61 -
YUV 149.94 163.59 140.17 -
System Red Green Blue C M Y K H S L
Decimal 167 129 213 0.22 0.39 0 0.16 267.14 0.5 0.67
Hex A7 81 D5 16 27 0 10 10B 32 43
Octal 247 201 325 26 47 0 20 413 62 103
Binary 10100111 10000001 11010101 10110 100111 0 10000 100001011 110010 1000011

Color Harmonies of #A781D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A781D5

Black with #A781D5

Text Example


Text Example

White with #A781D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A781D5; }

 p { color: rgb(167,129,213); }

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

background-color css

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

 a { background-color: rgb(167,129,213); }

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

border-color css

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

 span { border-color: rgb(167,129,213); }

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