Html Css Color HEX #A28FD5 Biloba Flower

📋 copy color: '#A28FD5'

red 162 ◦ green 143 ◦ blue 213

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

Shades of Biloba Flower #A28FD5

Tints of Biloba Flower #A28FD5

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.61%

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

R = 31.27%
G = 27.61%
B = 41.12%

CMYK

 C value IS 0.24

 M value IS 0.33

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A28FD5 (or 0xA28FD5) is known color: Biloba Flower. HEX triplet: A2, 8F and D5. RGB value is (162,143,213). Sum of RGB (Red+Green+Blue) = 162+143+213=518 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.27% from 518); Green value is 143 (56.25% from 255 or 27.61% from 518); Blue value is 213 (83.59% from 255 or 41.12% from 518); Max value from RGB is 213 - color contains mainly: blue. Hex color #A28FD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28FD5 is #5D702A. Grayscale: #9C9C9C. Windows color (decimal): -6123563 or 13995938. OLE color: 13995938.

HSL color Cylindrical-coordinate representation of color #A28FD5: hue angle of 256.29º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A28FD5 is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 162 143 213 -
CMYK 0.24 0.33 0 0.16
HSL 256.29º 0.45% 0.7% -
HSV(B) 256.29º 0.33% 0.84% -
XYZ 36.73 32.13 67.22 -
YUV 156.66 159.79 131.81 -
System Red Green Blue C M Y K H S L
Decimal 162 143 213 0.24 0.33 0 0.16 256.29 0.45 0.7
Hex A2 8F D5 18 21 0 10 100 2D 46
Octal 242 217 325 30 41 0 20 400 55 106
Binary 10100010 10001111 11010101 11000 100001 0 10000 100000000 101101 1000110

Color Harmonies of #A28FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28FD5

Black with #A28FD5

Text Example


Text Example

White with #A28FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28FD5; }

 p { color: rgb(162,143,213); }

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

background-color css

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

 a { background-color: rgb(162,143,213); }

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

border-color css

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

 span { border-color: rgb(162,143,213); }

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