Html Css Color HEX #A28DDA Biloba Flower

📋 copy color: '#A28DDA'

red 162 ◦ green 141 ◦ blue 218

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

Shades of Biloba Flower #A28DDA

Tints of Biloba Flower #A28DDA

RGB

 RED value IS 162 (63.67% from 255) = 31.09%

 GREEN value IS 141 (55.47% from 255) = 27.06%

 BLUE value IS 218 (85.55% from 255) = 41.84%

R = 31.09%
G = 27.06%
B = 41.84%

CMYK

 C value IS 0.26

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A28DDA (or 0xA28DDA) is known color: Biloba Flower. HEX triplet: A2, 8D and DA. RGB value is (162,141,218). Sum of RGB (Red+Green+Blue) = 162+141+218=521 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.09% from 521); Green value is 141 (55.47% from 255 or 27.06% from 521); Blue value is 218 (85.55% from 255 or 41.84% from 521); Max value from RGB is 218 - color contains mainly: blue. Hex color #A28DDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28DDA is #5D7225. Grayscale: #9B9B9B. Windows color (decimal): -6124070 or 14323106. OLE color: 14323106.

HSL color Cylindrical-coordinate representation of color #A28DDA: hue angle of 256.36º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A28DDA is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 162 141 218 -
CMYK 0.26 0.35 0 0.15
HSL 256.36º 0.51% 0.7% -
HSV(B) 256.36º 0.35% 0.85% -
XYZ 37.08 31.79 70.51 -
YUV 156.06 162.96 132.24 -
System Red Green Blue C M Y K H S L
Decimal 162 141 218 0.26 0.35 0 0.15 256.36 0.51 0.7
Hex A2 8D DA 1A 23 0 F 100 33 46
Octal 242 215 332 32 43 0 17 400 63 106
Binary 10100010 10001101 11011010 11010 100011 0 1111 100000000 110011 1000110

Color Harmonies of #A28DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28DDA

Black with #A28DDA

Text Example


Text Example

White with #A28DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28DDA; }

 p { color: rgb(162,141,218); }

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

background-color css

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

 a { background-color: rgb(162,141,218); }

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

border-color css

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

 span { border-color: rgb(162,141,218); }

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