Html Css Color HEX #A781DB Biloba Flower

📋 copy color: '#A781DB'

red 167 ◦ green 129 ◦ blue 219

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

Shades of Biloba Flower #A781DB

Tints of Biloba Flower #A781DB

RGB

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

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

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

R = 32.43%
G = 25.05%
B = 42.52%

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

#A781DB (or 0xA781DB) is known color: Biloba Flower. HEX triplet: A7, 81 and DB. RGB value is (167,129,219). Sum of RGB (Red+Green+Blue) = 167+129+219=515 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.43% from 515); Green value is 129 (50.78% from 255 or 25.05% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 219 - color contains mainly: blue. Hex color #A781DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A781DB is #587E24. Grayscale: #969696. Windows color (decimal): -5799461 or 14385575. OLE color: 14385575.

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

Color convert

RGB 167 129 219 -
CMYK 0.24 0.41 0 0.14
HSL 265.33º 0.56% 0.68% -
HSV(B) 265.33º 0.41% 0.86% -
XYZ 36.57 29.03 70.69 -
YUV 150.62 166.59 139.68 -
System Red Green Blue C M Y K H S L
Decimal 167 129 219 0.24 0.41 0 0.14 265.33 0.56 0.68
Hex A7 81 DB 18 29 0 E 109 38 44
Octal 247 201 333 30 51 0 16 411 70 104
Binary 10100111 10000001 11011011 11000 101001 0 1110 100001001 111000 1000100

Color Harmonies of #A781DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A781DB

Black with #A781DB

Text Example


Text Example

White with #A781DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A781DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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