Html Css Color HEX #A28FD6 Biloba Flower

📋 copy color: '#A28FD6'

red 162 ◦ green 143 ◦ blue 214

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

Shades of Biloba Flower #A28FD6

Tints of Biloba Flower #A28FD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 41.23%

R = 31.21%
G = 27.55%
B = 41.23%

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

#A28FD6 (or 0xA28FD6) is known color: Biloba Flower. HEX triplet: A2, 8F and D6. RGB value is (162,143,214). Sum of RGB (Red+Green+Blue) = 162+143+214=519 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.21% from 519); Green value is 143 (56.25% from 255 or 27.55% from 519); Blue value is 214 (83.98% from 255 or 41.23% from 519); Max value from RGB is 214 - color contains mainly: blue. Hex color #A28FD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28FD6 is #5D7029. Grayscale: #9C9C9C. Windows color (decimal): -6123562 or 14061474. OLE color: 14061474.

HSL color Cylindrical-coordinate representation of color #A28FD6: hue angle of 256.06º degrees, saturation: 0.46, 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 #A28FD6 is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 162 143 214 -
CMYK 0.24 0.33 0 0.16
HSL 256.06º 0.46% 0.7% -
HSV(B) 256.06º 0.33% 0.84% -
XYZ 36.86 32.18 67.89 -
YUV 156.78 160.29 131.73 -
System Red Green Blue C M Y K H S L
Decimal 162 143 214 0.24 0.33 0 0.16 256.06 0.46 0.7
Hex A2 8F D6 18 21 0 10 100 2E 46
Octal 242 217 326 30 41 0 20 400 56 106
Binary 10100010 10001111 11010110 11000 100001 0 10000 100000000 101110 1000110

Color Harmonies of #A28FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28FD6

Black with #A28FD6

Text Example


Text Example

White with #A28FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28FD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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